Skip to content
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

Option to use FQCN serialization #19

Open
vlasenkoandrey opened this issue Sep 18, 2017 · 3 comments
Open

Option to use FQCN serialization #19

vlasenkoandrey opened this issue Sep 18, 2017 · 3 comments

Comments

@vlasenkoandrey
Copy link

Kryo has a useful option to serialize objects together with its FQCN (fully qualified class name) so you don't need to register all classes you want to serialize. It could be configured using Kryo.setRegistrationRequired(false)
Is there a way to configure this in SubZero?
Also, is there a way to configure SubZero to use CompatibleFieldSerializer?
Thanks in advance!

@zoza
Copy link

zoza commented Apr 23, 2018

@vlasenkoandrey
Hi Andrey, did you found the way to configure SubZero with CompatibleFieldSerializer?

jerrinot added a commit that referenced this issue Dec 12, 2018
@loudywen
Copy link

loudywen commented May 9, 2019

@zoza @vlasenkoandrey @jerrinot I also want to know how to configure CompatibleFieldSerializer

@jerrinot
Copy link
Owner

@loudywen, @zoza: just add defaultSerializer=CompatibleFieldSerializer into your subzero-serializers.properties file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants