magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Data Type Changed Problem #94

Closed Tension-R closed 5 years ago

Tension-R commented 6 years ago

Hello I have a field state(String), it was serialized. And then I change the state from String to Enum.How can I solve the deserialize problem? THANKS!

magro commented 5 years ago

Not sure how the class was serialized, but I guess that a custom serializer should allow to solve this.