Class SerializableContextualInstanceImplMarshaller<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
- java.lang.Object
-
- org.wildfly.clustering.weld.contexts.SerializableContextualInstanceImplMarshaller<C,I>
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>>,Marshallable<org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>>,ProtoStreamMarshaller<org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>>
public class SerializableContextualInstanceImplMarshaller<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I> extends Object implements ProtoStreamMarshaller<org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SerializableContextualInstanceImplMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>>getJavaClass()org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I> contextualInstance)-
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.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>- Specified by:
getJavaClassin interfaceMarshallable<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>
-
readFrom
public org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,I> contextualInstance) throws IOException
- Specified by:
writeToin interfaceMarshallable<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>- Throws:
IOException
-
-