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 SerializerConstructors in org.wildfly.clustering.marshalling with parameters of type SerializerModifierConstructorDescriptionBinaryFormatter(Class<K> targetClass, Serializer<K> serializer) MappedSerializer(Serializer<V> serializer, Function<T, V> accessor, Function<V, T> factory)