Uses of Interface
org.wildfly.clustering.marshalling.spi.Marshaller
-
Packages that use Marshaller Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of Marshaller in org.wildfly.clustering.marshalling.spi
Subinterfaces of Marshaller in org.wildfly.clustering.marshalling.spi Modifier and Type Interface Description interfaceByteBufferMarshallerMarshals an object to and from aByteBuffer.Classes in org.wildfly.clustering.marshalling.spi that implement Marshaller Modifier and Type Class Description classMarshalledValueMarshaller<V,C>Marshaller that stores attribute values using marshalled values.
-