Closed GoogleCodeExporter closed 9 years ago
Thanks for the nice bug report. If no serializer is specified, FieldSerializer
is used. Because the private java.util.Date fields are all transient, nothing
is serialized -- you always get back "now". Kryo comes with a DateSerializer
that is slightly more efficient than the one you posted. See this thread for
more information:
http://groups.google.com/group/kryo-users/browse_thread/thread/91969c6f48a45bdf/
Original comment by nathan.s...@gmail.com
on 4 Aug 2010 at 12:21
Original issue reported on code.google.com by
vincas.m...@gmail.com
on 3 Aug 2010 at 11:48Attachments: