Uses of Interface
org.wildfly.clustering.marshalling.Serializer
Packages that use Serializer
-
Uses of Serializer in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement SerializerMethods in org.wildfly.clustering.marshalling that return SerializerModifier and TypeMethodDescriptionstatic <T> Serializer<T> Serializer.of(T value) <V> Serializer<V> default <V> Serializer<V> Creates a wrapped serializer that delegates to this serializer applying the specified wrapping/unwrapping functions.Constructors in org.wildfly.clustering.marshalling with parameters of type Serializer -
Uses of Serializer in org.wildfly.clustering.marshalling.util
Classes in org.wildfly.clustering.marshalling.util that implement Serializer