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