T - Type of the elements inside the AbstractSequentialListpublic class AbstractSequentialListJsonDeserializer<T> extends BaseListJsonDeserializer<AbstractSequentialList<T>,T>
JsonDeserializer implementation for AbstractSequentialList. The deserialization process returns a LinkedList.deserializer| Modifier and Type | Method and Description |
|---|---|
protected AbstractSequentialList<T> |
newCollection()
Instantiates a new collection for deserialization process.
|
static <T> AbstractSequentialListJsonDeserializer<T> |
newInstance(JsonDeserializer<T> deserializer)
newInstance.
|
doDeserialize, isNullValueAllowed, setBackReferencedeserialize, deserialize, deserializeNullValuepublic static <T> AbstractSequentialListJsonDeserializer<T> newInstance(JsonDeserializer<T> deserializer)
newInstance.
T - Type of the elements inside the AbstractSequentialListdeserializer - JsonDeserializer used to deserialize the objects inside the AbstractSequentialList.AbstractSequentialListJsonDeserializerprotected AbstractSequentialList<T> newCollection()
newCollection in class BaseCollectionJsonDeserializer<AbstractSequentialList<T>,T>Copyright © 2020. All rights reserved.