2.0 beta
Pre-release
Pre-release
- removed unused features + classes
- changed package name :-)
- reads input in chunks instead of fully (caused many problems with 1.x)
beta + undocumented:
- added codec layer to prepare for optional non-binary serialization
- new MinBin codec includes schema into the stream (~binary JSON). Allows to extract data of a serialized stream without having access to original classes (archiving/cross language).
- experimental JavaScript deserialization based on MinBin, code generator for JS pseudo classes