Class BeanManagerImplMarshaller
java.lang.Object
org.wildfly.clustering.weld.manager.BeanManagerImplMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.manager.BeanManagerImpl>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.manager.BeanManagerImpl>,Marshallable<org.jboss.weld.manager.BeanManagerImpl>,ProtoStreamMarshaller<org.jboss.weld.manager.BeanManagerImpl>,Readable<org.jboss.weld.manager.BeanManagerImpl>,Writable<org.jboss.weld.manager.BeanManagerImpl>
public class BeanManagerImplMarshaller
extends Object
implements ProtoStreamMarshaller<org.jboss.weld.manager.BeanManagerImpl>
- 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 org.jboss.weld.manager.BeanManagerImpl>org.jboss.weld.manager.BeanManagerImplreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, org.jboss.weld.manager.BeanManagerImpl manager) 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
-
BeanManagerImplMarshaller
public BeanManagerImplMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.jboss.weld.manager.BeanManagerImpl>- Specified by:
getJavaClassin interfaceMarshallable<org.jboss.weld.manager.BeanManagerImpl>
-
readFrom
- Specified by:
readFromin interfaceReadable<org.jboss.weld.manager.BeanManagerImpl>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.weld.manager.BeanManagerImpl manager) throws IOException - Specified by:
writeToin interfaceWritable<org.jboss.weld.manager.BeanManagerImpl>- Throws:
IOException
-