Class HashSetJsonDeserializer<T>

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

public class HashSetJsonDeserializer<T>
extends BaseSetJsonDeserializer<java.util.HashSet<T>,​T>
Default JsonDeserializer implementation for HashSet.
Version:
$Id: $
Author:
Nicolas Morel