- java.lang.Object
-
- org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer<T,C,C>
-
- org.wildfly.clustering.marshalling.spi.util.ContextualCollectionExternalizer<T,Comparator<Object>>
-
- org.wildfly.clustering.marshalling.spi.util.SortedSetExternalizer<T>
-
- All Implemented Interfaces:
Externalizer<T>
public class SortedSetExternalizer<T extends SortedSet<Object>> extends ContextualCollectionExternalizer<T,Comparator<Object>>
Externalizers for implementations ofSortedSet. Requires additional serialization of the comparator.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SortedSetExternalizer(Class<T> targetClass, Function<Comparator<Object>,T> factory)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
getTargetClass, readObject, size, writeObject
-
-