Uses of Interface
org.wildfly.clustering.marshalling.Marshaller
Packages that use Marshaller
-
Uses of Marshaller in org.wildfly.clustering.marshalling
Subinterfaces of Marshaller in org.wildfly.clustering.marshallingClasses in org.wildfly.clustering.marshalling that implement MarshallerModifier and TypeClassDescriptionclassAn abstract byte buffer marshaller that performs read/writing within a specified ClassLoader context.classMarshaller that stores attribute values using marshalled values.Methods in org.wildfly.clustering.marshalling that return MarshallerModifier and TypeMethodDescriptionstatic <T> Marshaller<T, T> Marshaller.identity()An identity marshaller that does no marshalling.