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
NetSerializer v4.1
- Allow adding already added types if the Type & TypeID match
- Add support for OnSerializing/OnSerialized/OnDeserializing/OnDeserialized
- Add constructors which take typemaps
- add GetTypes()
- Add GetSHA256()
- Fix serialization of System.Object
NetSerializer v4.0
- Optimize Decimal serialization
- Optimize Nullable serialization
- Rewrite of the test apps
- Rewrite of the main serializer
* create serializers on demand, instead of all at initialization time
* (de)serialize values directly, without boxing
- NoOpSerializer
- Experimental support to add more types after init