subzero icon indicating copy to clipboard operation
subzero copied to clipboard

Option to use FQCN serialization

Open vlasenkoandrey opened this issue 6 years ago • 3 comments

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!

vlasenkoandrey avatar Sep 18 '17 15:09 vlasenkoandrey

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

zoza avatar Apr 23 '18 16:04 zoza

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

loudywen avatar May 09 '19 19:05 loudywen

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

jerrinot avatar Jul 27 '19 10:07 jerrinot