public final class CollectionDecoder<E,T extends Collection<E>> extends Object implements JsonReader.ReadObject<T>
| Constructor and Description |
|---|
CollectionDecoder(Type manifest,
Callable<T> newInstance,
JsonReader.ReadObject<E> decoder) |
public CollectionDecoder(Type manifest, Callable<T> newInstance, JsonReader.ReadObject<E> decoder)
@Nullable public T read(JsonReader reader) throws IOException
read in interface JsonReader.ReadObject<T extends Collection<E>>IOExceptionCopyright © 2023. All rights reserved.