Uses of Interface
org.wildfly.clustering.marshalling.spi.Marshallability
-
Packages that use Marshallability Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of Marshallability in org.wildfly.clustering.marshalling.spi
Subinterfaces of Marshallability in org.wildfly.clustering.marshalling.spi Modifier and Type Interface Description interfaceByteBufferMarshallerMarshals an object to and from aByteBuffer.interfaceMarshalledValueFactory<C>interfaceMarshaller<V,S>Marshals an object to and from its serialized form.Classes in org.wildfly.clustering.marshalling.spi that implement Marshallability Modifier and Type Class Description classByteBufferMarshalledKeyFactoryFactory for creating aByteBufferMarshalledKey.classByteBufferMarshalledValueFactoryFactory for creating aByteBufferMarshalledValue.classMarshalledValueMarshaller<V,C>Marshaller that stores attribute values using marshalled values.
-