Skip to content

Releases: adam-dot-cohen/HyperSerializer

v1.5.0

02 Apr 06:59
Compare
Choose a tag to compare

Full Changelog: v1.4...v1.5

v1.4

11 Oct 18:32
4b6807e
Compare
Choose a tag to compare

Full Changelog: v1.2...v1.4

v1.2

14 Sep 23:19
Compare
Choose a tag to compare

Bug fix to resolve nullable array properties on classes being ignored during serialization

v1.1.0

08 Aug 18:35
Compare
Choose a tag to compare

Backward compatibility w/ netcoreapp3.1 re-added

v1.0.15

30 Jan 07:44
Compare
Choose a tag to compare

Resolved initialization exception when serializing standalone strings - HyperSerializer<string>.[Seralize/Deserialize/etc...]

v1.0.14

20 Jan 03:09
Compare
Choose a tag to compare

Framework targets for net7.0 added

v1.0.13

03 Jun 23:54
1f773fe
Compare
Choose a tag to compare
  1. Package version conflicts resolved
  2. Package dependences reduced

v1.0.12

19 May 03:03
c211bda
Compare
Choose a tag to compare

Updated references

v1.0.11

31 Jan 10:15
8e5c572
Compare
Choose a tag to compare

Serialization support added for arrays, enumerables, List, etc. that contain collections of value types, etc. Note that:

  • Serialization of objects/classses (e.g.. pubilc class PersonDTO) that contains properties that are collections of reference types (i.e. public List Addresses { get; set; }) is not yet supported. If you attempt serialize a containing such a property it will be ignored.

Note, objects with properties of type Dictionary and complex types (e.g. PersonDTO.AddressDTO) remain unsupported in this version. Full object graph support (including ref type arrays) is in the final stages of testing and will be released soon. Performance in the alpha version remains order of magnitude faster than MessagePack and Protobuf - over 10x faster and is stilll undergoing optimization.

v1.0.10

14 Jan 04:23
Compare
Choose a tag to compare

Optimizations to string serialization added that 2x performance