Class ProtoStreamMarshaller
- java.lang.Object
-
- org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.AbstractUserMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
-
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamAwareMarshaller
public class ProtoStreamMarshaller extends AbstractUserMarshaller
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ProtoStreamMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)ProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.dataconversion.MediaTypemediaType()-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractUserMarshaller
isMarshallable, readObject, sizeEstimate, writeObject
-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, stop
-
-
-
-
Constructor Detail
-
ProtoStreamMarshaller
public ProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> builder)
-
ProtoStreamMarshaller
public ProtoStreamMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)
-
-