public final class MarshallerRegistration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MESSAGE_PROTO_RES |
static java.lang.String |
QUERY_PROTO_RES |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerMarshallers(org.infinispan.protostream.SerializationContext ctx)
Registers proto files and marshallers.
|
public static final java.lang.String QUERY_PROTO_RES
public static final java.lang.String MESSAGE_PROTO_RES
public static void registerMarshallers(org.infinispan.protostream.SerializationContext ctx)
throws java.io.IOException
ctx - the serialization contextorg.infinispan.protostream.DescriptorParserException - if a proto definition file fails to parse correctlyjava.io.IOException - if proto file registration fails