-
Notifications
You must be signed in to change notification settings - Fork 13
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
Custom Kryo serializer for unmodificable collections #46
Comments
IMHO the problem lies with the expected Kryo object or more precisely its package |
Problem solved with following dependencies
|
I've reopened just because I don't know whether or notshould subzero-all work out-of-the box with kryo-serializers. |
hi, thanks for reporting this, your analysis looks correct. I'll check what to do about it. |
@llaros I'm afraid there is no good solution. The serializer plugins expect Kryo in the original package. I could either:
Any other idea? |
Some more thoughts: Subzero-All could relocate Kryo dependencies, but keep Kryo itself in its original packages. |
Hello,
I've read #8 and therefore placed
subzero-serializers.properties
file withUnmodifiableCollectionsSerializer
as its content.
Project dependencies
hazelcast.xml with following element
But got following exception on hz node startup:
I've decompiled UnmodifiableCollectionsSerializer and assured that it has
The text was updated successfully, but these errors were encountered: