Serialization attributes do not work if I add them to parent class
Open
- Dominant language
- Objective-C
- Stars
- 179
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
When I have some class A with RFSerializable attribute and this class inherits from NSObject - everything works just fine.
But when I decided to inherit class A from another class B and move a property with RFSerializable attribute from A to B - it has stopped working.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.