Class TreeSetConverter

  • All Implemented Interfaces:
    Converter, ConverterMatcher

    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.
    Author:
    Joe Walnes, Jörg Schaible