Skip to content

2.0 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 22 Jun 16:41
  • 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