Class EmbeddedMetadataMarshaller<MD extends org.infinispan.metadata.EmbeddedMetadata>
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.metadata.EmbeddedMetadataMarshaller<MD>
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.infinispan.metadata.EmbeddedMetadata>,org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.metadata.EmbeddedMetadata>,org.wildfly.clustering.marshalling.protostream.Marshallable<org.infinispan.metadata.EmbeddedMetadata>,org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<org.infinispan.metadata.EmbeddedMetadata>,org.wildfly.clustering.marshalling.protostream.Readable<org.infinispan.metadata.EmbeddedMetadata>,org.wildfly.clustering.marshalling.protostream.Writable<org.infinispan.metadata.EmbeddedMetadata>
public class EmbeddedMetadataMarshaller<MD extends org.infinispan.metadata.EmbeddedMetadata>
extends Object
implements org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller<org.infinispan.metadata.EmbeddedMetadata>
Marshaller for EmbeddedMetaData types.
- Author:
- Paul Ferraro
-
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 -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends org.infinispan.metadata.EmbeddedMetadata> org.infinispan.metadata.EmbeddedMetadatareadFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader) voidwriteTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, org.infinispan.metadata.EmbeddedMetadata metadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, wrap, wrap, write
-
Method Details
-
readFrom
public org.infinispan.metadata.EmbeddedMetadata readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader) throws IOException - Specified by:
readFromin interfaceorg.wildfly.clustering.marshalling.protostream.Readable<MD extends org.infinispan.metadata.EmbeddedMetadata>- Throws:
IOException
-
writeTo
public void writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, org.infinispan.metadata.EmbeddedMetadata metadata) throws IOException - Specified by:
writeToin interfaceorg.wildfly.clustering.marshalling.protostream.Writable<MD extends org.infinispan.metadata.EmbeddedMetadata>- Throws:
IOException
-
getJavaClass
-