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