Class ProtoStreamMarshaller
- java.lang.Object
-
- org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.UserMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
-
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamAwareMarshaller
public class ProtoStreamMarshaller extends UserMarshaller
- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static org.infinispan.commons.dataconversion.MediaTypeMEDIA_TYPEstatic StringMEDIA_TYPE_NAME
-
Constructor Summary
Constructors Constructor Description ProtoStreamMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)ProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> builder)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
isMarshallable, mediaType, readObject, sizeEstimate, writeObject
-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, stop
-
-
-
-
Field Detail
-
MEDIA_TYPE_NAME
public static final String MEDIA_TYPE_NAME
- See Also:
- Constant Field Values
-
MEDIA_TYPE
public static final org.infinispan.commons.dataconversion.MediaType MEDIA_TYPE
-
-
Constructor Detail
-
ProtoStreamMarshaller
public ProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> builder)
-
ProtoStreamMarshaller
public ProtoStreamMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)
-
-