Package org.infinispan.marshaller.kryo
Interface SerializerRegistryService
-
@Deprecated public interface SerializerRegistryService
Deprecated.since 12.0 without a direct replacement, will be removed in 15.0 ISPN-12152An 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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidregister(com.esotericsoftware.kryo.Kryo kryo)Deprecated.This method should be where all Custom serializers are registered to the Kryo parameter.
-