Class SortedSetMarshaller<E, T extends SortedSet<E>>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller<E,T>
org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller<E,T>
Type Parameters:
E - the set element type
T - the set type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<T>, org.infinispan.protostream.ProtobufTagMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, Readable<T>, Writable<T>

public class SortedSetMarshaller<E, T extends SortedSet<E>> extends AbstractCollectionMarshaller<E,T>
Marshaller for a SortedSet.
Author:
Paul Ferraro
  • Constructor Details

    • SortedSetMarshaller

      public SortedSetMarshaller(Function<Comparator<? super E>, T> factory)
      Creates a marshaller for a sorted set.
      Parameters:
      factory - a sorted set factory
  • Method Details