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
- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.commons.dataconversion.MediaTypestatic final String -
Constructor Summary
ConstructorsConstructorDescriptionProtoStreamMarshaller(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, writeObjectMethods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.marshall.Marshaller
initialize, start
-
Field Details
-
MEDIA_TYPE_NAME
- See Also:
-
MEDIA_TYPE
public static final org.infinispan.commons.dataconversion.MediaType MEDIA_TYPE
-
-
Constructor Details
-
ProtoStreamMarshaller
public ProtoStreamMarshaller(ClassLoaderMarshaller loaderMarshaller, UnaryOperator<SerializationContextBuilder> builder) -
ProtoStreamMarshaller
public ProtoStreamMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)
-