Releases: mbraceproject/FsPickler
4.0.1
Fix bug in which order of reflection pickler generation would cause runtime errors.
4.0.0
Use deterministic ordering in field serialization.
Add support for custom pickler caches.
Add support for struct records, unions and tuples.
Deprecate net35 support.
3.4.0
Add support for struct records and struct unions.
3.3.0
Improve error messaging on struct record/union serialization.
3.2.0
Fix enum serialization for types that carry the DataContract attribute.
3.1.0
Internal refactoring of Pickler generation implementation.
3.0.0
Move FsPickler to mbraceproject organization.
Change root namespace from Nessos.FsPickler to MBrace.FsPickler.
2.4.0
Implement DisableSubtypeResolution and DisableAssemblyLoading properties.
2.3.0
Add DeclareSerializable methods to FsPickler.CSharp API.
2.2.0
Improve NonSerializableTypeException messages.