Class SimpleBeanCreationMetaDataMarshaller
- java.lang.Object
-
- org.wildfly.clustering.ejb.cache.bean.SimpleBeanCreationMetaDataMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>,org.infinispan.protostream.ProtobufTagMarshaller<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>,Marshallable<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>,ProtoStreamMarshaller<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>
public class SimpleBeanCreationMetaDataMarshaller extends Object implements ProtoStreamMarshaller<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>
ProtoStream marshaller for aSimpleBeanCreationMetaData.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleBeanCreationMetaDataMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>getJavaClass()SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID> metaData)-
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 SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>- Specified by:
getJavaClassin interfaceMarshallable<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>
-
readFrom
public SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID> metaData) throws IOException
- Specified by:
writeToin interfaceMarshallable<SimpleBeanCreationMetaData<org.jboss.ejb.client.SessionID>>- Throws:
IOException
-
-