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