Releases: dbolin/Apex.Serialization
Releases · dbolin/Apex.Serialization
5.0.1
What's Changed
Updated to support .NET 8.
Added support for registering custom serialization and object instantiation using open generic types.
Full Changelog: v4.0.3...v5.0.1
4.0.3
Fixes a bug when serializing nullable value types that don't have a fixed size.
4.0.2
Switch to target net6 and fix a few bugs with custom defined serialization.
2.0.1
Fix a case where streams returning a variable number of bytes when reading from them could cause incorrect behavior
2.0.0
Adds various options to customize serialization process
1.3.3
Some performance improvements and improved cold start time
1.3.2
v1.3.2
Merge branch 'master' of https://github.com/dbolin/Apex.Serialization
1.3.1
v1.3.1
Better and faster reflection type loading