Interface SerializerRegistryService


@Deprecated(forRemoval=true) public interface SerializerRegistryService
Deprecated, for removal: This API element is subject to removal in a future version.
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 Summary

    Modifier and Type
    Method
    Description
    void
    register(com.esotericsoftware.kryo.Kryo kryo)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This method should be where all Custom serializers are registered to the Kryo parameter.
  • Method Details

    • register

      void register(com.esotericsoftware.kryo.Kryo kryo)
      Deprecated, for removal: This API element is subject to removal in a future version.
      This method should be where all Custom serializers are registered to the Kryo parameter.