-
-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Labels
Description
Bug description
If the parent class has private members, then when serializing the child class I get the exeption "to access field 'xxx' failed".
This happens in two cases:
- The parent and child classes are in different assemblies.
- The child class has no members.
2.1 If there are two child classes. One with fields and the other without. Then it matters in what order I try to serialize them. If I serialize the class with fields first, then the class without fields will also be successfully serialized. But if I serialize the class without fields first, then there will be an error.
- Version used: 3,1,3
- Runtime: 8,0