Skip to content

Releases: NickstaDB/SerializationDumper

SerializationDumper-v1.13

18 Sep 14:41
6385e57
Compare
Choose a tag to compare
Merge pull request #11 from grimaldello/fix-validation-multiple-of-2

Fix validation multiple of 2

SerializationDumper-v1.12

08 Apr 10:44
Compare
Choose a tag to compare

Minor update:

  • Validates data when a single command line parameter is passed in to ensure it is hex before attempting to decode and dump.

SerializationDumper-v1.11

19 Dec 15:49
Compare
Choose a tag to compare

Bugfix release.

  • Fixed handling of TC_PROXYCLASSDESC elements - they can now be referenced via TC_REFERENCE elements.
  • Fixed handling of classes where the child class has SC_EXTERNALIZABLE (i.e. it implements java.io.Externalizable) but the parent class does not. These cannot reliably be read due to the use of readExternal()/writeExternal().
  • Fixed a couple of typos.

SerializationDumper-v1.1

19 Dec 00:19
Compare
Choose a tag to compare

Updated SerializationDumper with a new mode to perform the reverse operation and rebuild a dumped stream to simplify the process of modifying a serialization stream.

SerializationDumper-v1.01

18 Dec 13:19
Compare
Choose a tag to compare

Minor bugfixes:

  • Incorrect parsing of TC_BLOCKDATA length field (thanks @garzon)
  • decreaseIndent() was not called after reading a TC_CLASS element (thanks @shimanshe)

SerializationDumper-v1.0

13 Aug 10:59
Compare
Choose a tag to compare

Version 1.0 built and ready to run.