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
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends StatefulSerializedProxy>readFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, StatefulSerializedProxy proxy) 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, write
-
Constructor Details
-
StatefulSerializedProxyMarshaller
public StatefulSerializedProxyMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<StatefulSerializedProxy>- Specified by:
getJavaClassin interfaceMarshallable<StatefulSerializedProxy>
-
readFrom
- Specified by:
readFromin interfaceReadable<StatefulSerializedProxy>- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWritable<StatefulSerializedProxy>- Throws:
IOException
-