I am working with a Spring JPA database and am attempting to migrate old Serializable objects to Externalible ones (for future data restructures, etc).
Example Structure
- Entity
(Encryption Convertor)
Serializble Field
My goal is to take this existing Serializble object and migrate it to an Externalizble version. Somehow working around Serializable incompatible with Externalizable
Thank you for all the help