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 of
SortedSet.
Requires additional serialization of the comparator.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSortedSetExternalizer(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
-
Constructor Details
-
SortedSetExternalizer
-