Skip to content

Releases: dbolin/Apex.Serialization

5.0.2

31 Aug 20:05
Compare
Choose a tag to compare

What's Changed

Dependencies updated.

Full Changelog: v5.0.1...v5.0.2

5.0.1

27 Nov 23:23
Compare
Choose a tag to compare

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

21 Jun 20:26
Compare
Choose a tag to compare

Fixes a bug when serializing nullable value types that don't have a fixed size.

4.0.2

23 Mar 23:12
Compare
Choose a tag to compare

Switch to target net6 and fix a few bugs with custom defined serialization.

3.0.0

10 Jun 06:06
Compare
Choose a tag to compare

Update target to net5

2.0.1

07 Jul 15:31
Compare
Choose a tag to compare

Fix a case where streams returning a variable number of bytes when reading from them could cause incorrect behavior

2.0.0

21 Apr 01:12
Compare
Choose a tag to compare

Adds various options to customize serialization process

1.3.3

12 Sep 23:29
Compare
Choose a tag to compare

Some performance improvements and improved cold start time

1.3.2

21 Aug 21:41
Compare
Choose a tag to compare
v1.3.2

Merge branch 'master' of https://github.com/dbolin/Apex.Serialization

1.3.1

20 Aug 12:45
Compare
Choose a tag to compare
v1.3.1

Better and faster reflection type loading