You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Java and C# implementations (ab)use reflection to just grab all the class properties and (de)serialize them all. It may be a better idea, for all projects, to allow create a mechanism for choosing which fields are to be serialized.
The text was updated successfully, but these errors were encountered:
The Java and C# implementations (ab)use reflection to just grab all the class properties and (de)serialize them all. It may be a better idea, for all projects, to allow create a mechanism for choosing which fields are to be serialized.
The text was updated successfully, but these errors were encountered: