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 of
SortedMap.
Requires additional serialization of the comparator.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSortedMapExternalizer(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
-
Constructor Details
-
SortedMapExternalizer
-