-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change KryoFactory of request 4 to upgrade to 5 #918
Comments
I don't quite understand your question. For upgrade infos see #796. |
KryoFactory is 4. X code |
What is |
Ok, thanks. Instead of Pool<Kryo> kryoPool = new Pool<Kryo>(true, false, 8) {
protected Kryo create () {
Kryo kryo = new Kryo();
// Configure the Kryo instance.
return kryo;
}
}; See https://github.com/EsotericSoftware/kryo#pooling |
thank you |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Provide a minimal reproducible example of the problem, ideally in the form of a runnable test-case.
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: