Skip to content

Migration from Kryo 4 to Kryo 5 #796

Open
@theigl

Description

In most cases, Kryo 5 and Kryo 4 are not serialization compatible.

If you need to migrate persistent data, the best approach is to have both Kryo 4 and Kryo 5 on the classpath, read old data with Kryo 4 and write it with Kryo 5.

For more information, see https://github.com/EsotericSoftware/kryo/wiki/Migration-to-v5

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions