Class PassivationCapableSerializableMarshaller<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>,C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
java.lang.Object
org.wildfly.clustering.weld.contexts.PassivationCapableSerializableMarshaller<SC,C,I>
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<SC>,org.infinispan.protostream.ProtobufTagMarshaller<SC>,Marshallable<SC>,ProtoStreamMarshaller<SC>,Readable<SC>,Writable<SC>
- Direct Known Subclasses:
PassivationCapableSerializableBeanMarshaller,PassivationCapableSerializableContextualMarshaller
public class PassivationCapableSerializableMarshaller<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>,C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
extends Object
implements ProtoStreamMarshaller<SC>
- 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 -
Method Summary
Modifier and TypeMethodDescriptionreadFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, SC contextual) 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
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>> - Specified by:
getJavaClassin interfaceMarshallable<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>>
-
readFrom
- Specified by:
readFromin interfaceReadable<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>> - Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWritable<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>> - Throws:
IOException
-