Package org.infinispan.commons.marshall
Class ProtoStreamMarshaller
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractMarshaller
-
- org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
-
- org.infinispan.commons.marshall.ProtoStreamMarshaller
-
- All Implemented Interfaces:
Marshaller
- Direct Known Subclasses:
ProtoStreamMarshaller
public class ProtoStreamMarshaller extends ImmutableProtoStreamMarshaller
Provides the starting point for implementing aMarshallerthat uses Protobuf encoding.- Since:
- 6.0
- Author:
- anistor@redhat.com
-
-
Field Summary
-
Fields inherited from class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
serializationContext
-
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints
-
-
Constructor Summary
Constructors Constructor Description ProtoStreamMarshaller()ProtoStreamMarshaller(SerializationContext serializationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializationContextgetSerializationContext()voidregister(SerializationContextInitializer initializer)-
Methods inherited from class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
isMarshallable, mediaType, objectFromByteBuffer, objectToBuffer
-
Methods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.marshall.Marshaller
initialize, start, stop
-
-
-
-
Constructor Detail
-
ProtoStreamMarshaller
public ProtoStreamMarshaller()
-
ProtoStreamMarshaller
public ProtoStreamMarshaller(SerializationContext serializationContext)
-
-
Method Detail
-
register
public void register(SerializationContextInitializer initializer)
-
getSerializationContext
public SerializationContext getSerializationContext()
- Overrides:
getSerializationContextin classImmutableProtoStreamMarshaller
-
-