T - Type of the elements inside the ArrayListpublic class ArrayListJsonDeserializer<T> extends BaseListJsonDeserializer<ArrayList<T>,T>
JsonDeserializer implementation for ArrayList.deserializer| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<T> |
newCollection()
Instantiates a new collection for deserialization process.
|
static <T> ArrayListJsonDeserializer<T> |
newInstance(JsonDeserializer<T> deserializer)
newInstance
|
doDeserialize, isNullValueAllowed, setBackReferencedeserialize, deserialize, deserializeNullValuepublic static <T> ArrayListJsonDeserializer<T> newInstance(JsonDeserializer<T> deserializer)
newInstance
T - Type of the elements inside the ArrayListdeserializer - JsonDeserializer used to deserialize the objects inside the ArrayList.ArrayListJsonDeserializerprotected ArrayList<T> newCollection()
newCollection in class BaseCollectionJsonDeserializer<ArrayList<T>,T>Copyright © 2020. All rights reserved.