Class SetJsonDeserializer<T>

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

public final class SetJsonDeserializer<T>
extends BaseSetJsonDeserializer<java.util.Set<T>,​T>
Default JsonDeserializer implementation for Set. The deserialization process returns a LinkedHashSet.
Version:
$Id: $
Author:
Nicolas Morel