-
Notifications
You must be signed in to change notification settings - Fork 829
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
Labels
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;
}
}; |
thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: