Class SessionCreationMetaDataEntryMarshaller
- java.lang.Object
-
- org.wildfly.clustering.web.cache.session.SessionCreationMetaDataEntryMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SessionCreationMetaDataEntry<Object>>,org.infinispan.protostream.ProtobufTagMarshaller<SessionCreationMetaDataEntry<Object>>,Marshallable<SessionCreationMetaDataEntry<Object>>,ProtoStreamMarshaller<SessionCreationMetaDataEntry<Object>>
public class SessionCreationMetaDataEntryMarshaller extends Object implements ProtoStreamMarshaller<SessionCreationMetaDataEntry<Object>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SessionCreationMetaDataEntryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SessionCreationMetaDataEntry<Object>>getJavaClass()SessionCreationMetaDataEntry<Object>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, SessionCreationMetaDataEntry<Object> entry)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
readFrom
public SessionCreationMetaDataEntry<Object> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<SessionCreationMetaDataEntry<Object>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SessionCreationMetaDataEntry<Object> entry) throws IOException
- Specified by:
writeToin interfaceMarshallable<SessionCreationMetaDataEntry<Object>>- Throws:
IOException
-
getJavaClass
public Class<? extends SessionCreationMetaDataEntry<Object>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SessionCreationMetaDataEntry<Object>>- Specified by:
getJavaClassin interfaceMarshallable<SessionCreationMetaDataEntry<Object>>
-
-