EsotericSoftware / EsotericSoftware/kryo

Migration from Kryo 4 to Kryo 5

Open
#796 2 comments 0 reactions 1 assignee Claimed by @theigl View on GitHub
documentation
Dominant language
HTML
Stars
6.5k
Forks
841
Avg merge
39m
Merged PRs (30d)
4

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.