Uses of Interface
org.wildfly.clustering.marshalling.spi.Serializer
Packages that use Serializer
Package
Description
-
Uses of Serializer in org.wildfly.clustering.marshalling.spi
Classes in org.wildfly.clustering.marshalling.spi that implement SerializerModifier and TypeClassDescriptionclassFunctionalSerializer<T,V> A serializer that delegates to the serializer of a mapped value.Constructors in org.wildfly.clustering.marshalling.spi with parameters of type SerializerModifierConstructorDescriptionBinaryFormatter(Class<K> targetClass, Serializer<K> serializer) FunctionalSerializer(Serializer<V> serializer, Function<T, V> accessor, Function<V, T> factory) SerializerExternalizer(Class<T> targetClass, Serializer<T> serializer) -
Uses of Serializer in org.wildfly.clustering.marshalling.spi.util
Classes in org.wildfly.clustering.marshalling.spi.util that implement Serializer