Skip to content

SerializationDumper-v1.11

Compare
Choose a tag to compare
@NickstaDB NickstaDB released this 19 Dec 15:49
· 17 commits to master since this release

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.