Closed GoogleCodeExporter closed 9 years ago
Attached is a version of the test that works with Kryo v2, is simpler, and
doesn't have needless dependencies on spring and commons logging.
CompatibleFieldSerializer only writes the field names as the schema. To support
a class hierarchy where a super type has the same field name as a subclass, we
should probably write the declaring class along with the field name. This is
quite a lot more information, which is unfortunate because this scenario is
relatively rare. A flag could be written indicating if a field is stored as
only a name or a class and name.
Original comment by nathan.s...@gmail.com
on 26 Apr 2012 at 2:19
Attachments:
Going to call this one a feature. ;) Fixing it isn't done easily and negatively
effects the more common usage where this isn't an issue. I will update the
javadocs to warn about this scenario.
Original comment by nathan.s...@gmail.com
on 23 May 2012 at 10:50
Original issue reported on code.google.com by
thin...@gmail.com
on 4 May 2011 at 7:33Attachments: