Class SessionMetaDataEntryFunctionMarshaller
- java.lang.Object
-
- org.wildfly.clustering.web.cache.session.metadata.coarse.SessionMetaDataEntryFunctionMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SessionMetaDataEntryFunction<Object>>,org.infinispan.protostream.ProtobufTagMarshaller<SessionMetaDataEntryFunction<Object>>,Marshallable<SessionMetaDataEntryFunction<Object>>,ProtoStreamMarshaller<SessionMetaDataEntryFunction<Object>>,Readable<SessionMetaDataEntryFunction<Object>>,Writable<SessionMetaDataEntryFunction<Object>>
public class SessionMetaDataEntryFunctionMarshaller extends Object implements ProtoStreamMarshaller<SessionMetaDataEntryFunction<Object>>
ProtoStream marshaller for aSimpleSessionMetaDataDelta.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SessionMetaDataEntryFunctionMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SessionMetaDataEntryFunction<Object>>getJavaClass()SessionMetaDataEntryFunction<Object>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, SessionMetaDataEntryFunction<Object> function)-
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
-
getJavaClass
public Class<? extends SessionMetaDataEntryFunction<Object>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SessionMetaDataEntryFunction<Object>>- Specified by:
getJavaClassin interfaceMarshallable<SessionMetaDataEntryFunction<Object>>
-
readFrom
public SessionMetaDataEntryFunction<Object> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceReadable<SessionMetaDataEntryFunction<Object>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SessionMetaDataEntryFunction<Object> function) throws IOException
- Specified by:
writeToin interfaceWritable<SessionMetaDataEntryFunction<Object>>- Throws:
IOException
-
-