v1.4.2
slawo-ch
released this
05 Feb 16:57
·
26 commits
to master
since this release
Adds ability to serialize Values into chunks of byte[] with a limited size. Useful for serializing for transmission over a protocol with limited message size.
See ChunkIn and ChunkOut classes and their tests for details.