SerializationDumper-v1.11
Bugfix release.
- Fixed handling of
TC_PROXYCLASSDESC
elements - they can now be referenced viaTC_REFERENCE
elements. - Fixed handling of classes where the child class has
SC_EXTERNALIZABLE
(i.e. it implementsjava.io.Externalizable
) but the parent class does not. These cannot reliably be read due to the use ofreadExternal()
/writeExternal()
. - Fixed a couple of typos.