Class SortedSetJsonDeserializer<T>

Type Parameters:
T - Type of the elements inside the SortedSet

public final class SortedSetJsonDeserializer<T>
extends BaseSortedSetJsonDeserializer<java.util.SortedSet<T>,​T>
Default JsonDeserializer implementation for SortedSet. The deserialization process returns a TreeSet.
Version:
$Id: $
Author:
Nicolas Morel