public final class ArrayDecoder<T> extends Object implements JsonReader.ReadObject<T[]>
| Constructor and Description |
|---|
ArrayDecoder(T[] emptyInstance,
JsonReader.ReadObject<T> decoder) |
public ArrayDecoder(T[] emptyInstance, JsonReader.ReadObject<T> decoder)
@Nullable public T[] read(JsonReader reader) throws IOException
read in interface JsonReader.ReadObject<T[]>IOExceptionCopyright © 2023. All rights reserved.