Interface SerializerRegistryService


  • @Deprecated
    public interface SerializerRegistryService
    Deprecated.
    since 12.0 without a direct replacement, will be removed in 15.0 ISPN-12152
    An optional service which can be utilised to register custom Kryo serializers when deploying the marshaller in the server. N.B. This can also be used on the client, however it is not necessary as you can also register custom schemas in client code, as long as the registration takes place before any Objects are marshalled/unmarshalled.
    Since:
    9.0
    Author:
    Ryan Emerson
    • Method Detail

      • register

        void register​(com.esotericsoftware.kryo.Kryo kryo)
        Deprecated.
        This method should be where all Custom serializers are registered to the Kryo parameter.