Class StatefulSerializedProxyMarshaller
- java.lang.Object
-
- org.wildfly.clustering.weld.ejb.component.stateful.StatefulSerializedProxyMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<StatefulSerializedProxy>,org.infinispan.protostream.ProtobufTagMarshaller<StatefulSerializedProxy>,Marshallable<StatefulSerializedProxy>,ProtoStreamMarshaller<StatefulSerializedProxy>,Readable<StatefulSerializedProxy>,Writable<StatefulSerializedProxy>
public class StatefulSerializedProxyMarshaller extends Object implements ProtoStreamMarshaller<StatefulSerializedProxy>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description StatefulSerializedProxyMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends StatefulSerializedProxy>getJavaClass()StatefulSerializedProxyreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, StatefulSerializedProxy proxy)-
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 StatefulSerializedProxy> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<StatefulSerializedProxy>- Specified by:
getJavaClassin interfaceMarshallable<StatefulSerializedProxy>
-
readFrom
public StatefulSerializedProxy readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceReadable<StatefulSerializedProxy>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, StatefulSerializedProxy proxy) throws IOException
- Specified by:
writeToin interfaceWritable<StatefulSerializedProxy>- Throws:
IOException
-
-