Uses of Interface
org.wildfly.clustering.marshalling.Serializer
Packages that use Serializer
Package
Description
-
Uses of Serializer in org.wildfly.clustering.cache
Classes in org.wildfly.clustering.cache that implement SerializerModifier and TypeClassDescriptionclassKeySerializer<I, K extends Key<I>>A serializer for a key.Constructors in org.wildfly.clustering.cache with parameters of type SerializerModifierConstructorDescriptionKeySerializer(Serializer<I> serializer, Function<I, K> factory) Creates a serializer for a cache key using the specified identifier factory and factory. -
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.java
Constructors in org.wildfly.clustering.marshalling.java with parameters of type SerializerModifierConstructorDescriptionJavaByteBufferMarshaller(Serializer<ClassLoader> classLoaderSerializer, ClassLoader loader, ObjectInputFilter filter) Creates a new marshaller using the specified class loader and filter.ObjectInputStream(InputStream input, Serializer<ClassLoader> serializer) Creates an object input stream decorator using the specified class loader serializerObjectOutputStream(OutputStream output, Serializer<ClassLoader> serializer) Creates an object output stream decorator using the specified class loader serializer -
Uses of Serializer in org.wildfly.clustering.marshalling.jboss
Constructors in org.wildfly.clustering.marshalling.jboss with parameters of type SerializerModifierConstructorDescriptionSerializerExternalizer(Serializer<?> serializer) Creates a new externalizer using the specified serializer. -
Uses of Serializer in org.wildfly.clustering.marshalling.util
Classes in org.wildfly.clustering.marshalling.util that implement Serializer -
Uses of Serializer in org.wildfly.clustering.server.infinispan
Classes in org.wildfly.clustering.server.infinispan that implement SerializerModifier and TypeClassDescriptionenumSerializer for an Infinispan JGroups-based address.enumMarshalling externalizer for anEmbeddedCacheManagerGroupMember. -
Uses of Serializer in org.wildfly.clustering.server.jgroups
Classes in org.wildfly.clustering.server.jgroups that implement SerializerModifier and TypeClassDescriptionenumSerializer for a JGroupsAddress.enumA serializer for a channel-based group member.