java - How to serialize Joda-Time's LocalDate with Kryo -
i trying serialize kryo class containing localdate joda-time.
it looks i'll need custom-made serializer.
i found joda-time serializers in https://github.com/magro/kryo-serializers none localdate.
any help? should write own :(?
(some people marked duplicate of serializing custom object contains jodatime objects json, question existing kyro serializers, fail see how answer custom json serializer solves problem...)
Comments
Post a Comment