SerializationDumper-v1.11
Bugfix release.
- Fixed handling of
TC_PROXYCLASSDESCelements - they can now be referenced viaTC_REFERENCEelements. - 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.