Class MarshallableUserObject.Marshaller
java.lang.Object
org.infinispan.marshall.protostream.impl.MarshallableUserObject.Marshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<MarshallableUserObject>,org.infinispan.protostream.ProtobufTagMarshaller<MarshallableUserObject>
- Enclosing class:
MarshallableUserObject<T>
public static class MarshallableUserObject.Marshaller
extends Object
implements org.infinispan.protostream.ProtobufTagMarshaller<MarshallableUserObject>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Field Summary
Fields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionMarshaller(String typeName, org.infinispan.commons.marshall.Marshaller userMarshaller) -
Method Summary
Modifier and TypeMethodDescriptionread(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) voidwrite(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MarshallableUserObject marshallableUserObject) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.BaseMarshaller
getSubClassNames
-
Constructor Details
-
Marshaller
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<MarshallableUserObject>
-
getTypeName
- Specified by:
getTypeNamein interfaceorg.infinispan.protostream.BaseMarshaller<MarshallableUserObject>
-
read
public MarshallableUserObject read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext ctx) throws IOException - Specified by:
readin interfaceorg.infinispan.protostream.ProtobufTagMarshaller<MarshallableUserObject>- Throws:
IOException
-
write
public void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext ctx, MarshallableUserObject marshallableUserObject) throws IOException - Specified by:
writein interfaceorg.infinispan.protostream.ProtobufTagMarshaller<MarshallableUserObject>- Throws:
IOException
-