Interface ProtostreamSerializationContextInitializer
-
@Deprecated public interface ProtostreamSerializationContextInitializer
Deprecated.since 10.0, please provide aSerializationContextInitializer
implementation via the server's SerializationConfiguration.Support for custom initialization of the server cache manager'sSerializationContext
. This is a hook for users to be able to add their own Protobuf definitions and register marshallers at startup.Implementations of this interface are discovered using the JDK's
ServiceLoader
utility, and should have a file calledorg.infinispan.query.remote.client.ProtostreamSerializationContextInitializer
in theMETA-INF/services/
folder in their jar, containing the fully qualified class name of the implementation.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
init(org.infinispan.protostream.SerializationContext serializationContext)
Deprecated.
-
-
-
Method Detail
-
init
void init(org.infinispan.protostream.SerializationContext serializationContext) throws IOException
Deprecated.- Throws:
IOException
-
-