Uses of Interface
org.wildfly.clustering.marshalling.Serializer
-
Uses of Serializer in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement SerializerModifier and TypeClassDescriptionclassMappedSerializer<T,V> A serializer that delegates to the serializer of a mapped value.Methods in org.wildfly.clustering.marshalling that return SerializerMethods in org.wildfly.clustering.marshalling with parameters of type SerializerModifier and TypeMethodDescriptionstatic <T> Formatter<T> Formatter.serialized(Class<T> targetClass, Serializer<T> serializer) Constructors in org.wildfly.clustering.marshalling with parameters of type SerializerModifierConstructorDescriptionMappedSerializer(Serializer<V> serializer, Function<T, V> accessor, Function<V, T> factory)