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>> Readable<org.jboss.weld.contexts.SerializableContextualInstanceImpl<C,,I>> Writable<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
-
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 TypeMethodDescriptionreadFrom(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, 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
-
SerializableContextualInstanceImplMarshaller
public SerializableContextualInstanceImplMarshaller()
-
-
Method Details
-
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 interfaceReadable<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 interfaceWritable<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>- Throws:
IOException
-