Class MarshallerRegistration
java.lang.Object
org.infinispan.query.remote.client.impl.MarshallerRegistration
Registers protobuf schemas and marshallers for the objects used by remote query, remote continuous query and Ickle
based filters.
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit(org.infinispan.protostream.SerializationContext ctx) Registers proto files and marshallers.
-
Method Details
-
init
public static void init(org.infinispan.protostream.SerializationContext ctx) Registers proto files and marshallers.- Parameters:
ctx- the serialization context
-