Igniters,

I have some cache objects which contain enum fields, which when persisted
through Ignite binary persistence are persisted using their enum ordinal
position. However these enums are often modified whereby new values are
inserted in the middle of the existing enum values, which breaks
deserialization by ordinal. Does anyone know of a way to have Ignite
serialize enums by name (ie. standard java enum serialization), or to allow
for custom serialization routines for enums?

Many thanks,
Stuart.

Reply via email to