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) Creates a serializer whoseSerializer.read(DataInput)always returns the specified object.<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 SerializerModifierConstructorDescriptionProvided(Serializer<T> serializer) Constructs a new serializer decorator. -
Uses of Serializer in org.wildfly.clustering.marshalling.util
Classes in org.wildfly.clustering.marshalling.util that implement Serializer