T - Type of the elements inside the TreeSetpublic class TreeSetJsonDeserializer<T> extends BaseSortedSetJsonDeserializer<TreeSet<T>,T>
JsonDeserializer implementation for TreeSet.deserializer| Modifier and Type | Method and Description |
|---|---|
protected TreeSet<T> |
newCollection()
Instantiates a new collection for deserialization process.
|
static <T> TreeSetJsonDeserializer<T> |
newInstance(JsonDeserializer<T> deserializer)
newInstance
|
isNullValueAlloweddoDeserialize, setBackReferencedeserialize, deserialize, deserializeNullValuepublic static <T> TreeSetJsonDeserializer<T> newInstance(JsonDeserializer<T> deserializer)
newInstance
T - Type of the elements inside the TreeSetdeserializer - JsonDeserializer used to deserialize the objects inside the TreeSet.TreeSetJsonDeserializerprotected TreeSet<T> newCollection()
newCollection in class BaseCollectionJsonDeserializer<TreeSet<T>,T>Copyright © 2019. All rights reserved.