Class TreeSetConverter

All Implemented Interfaces:
Converter, ConverterMatcher
Direct Known Subclasses:
HibernatePersistentSortedSetConverter

public class TreeSetConverter extends CollectionConverter
Converts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator. The converter assumes that the elements in the XML are already sorted according the comparator.