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>
- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<SC>getJavaClass()SCreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, SC contextual)-
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<SC> 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
public SC readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, SC contextual) throws IOException
- Specified by:
writeToin interfaceMarshallable<SC extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> & jakarta.enterprise.inject.spi.PassivationCapable & MarshallableContextual<C>>- Throws:
IOException
-
-