Class SortedSetExternalizer<T extends SortedSet<Object>>

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