Package com.dslplatform.json.runtime
Class CollectionDecoder<E,T extends Collection<E>>
java.lang.Object
com.dslplatform.json.runtime.CollectionDecoder<E,T>
- All Implemented Interfaces:
JsonReader.ReadObject<T>
public final class CollectionDecoder<E,T extends Collection<E>>
extends Object
implements JsonReader.ReadObject<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectionDecoder(Type manifest, Callable<T> newInstance, JsonReader.ReadObject<E> decoder) -
Method Summary
-
Field Details
-
manifest
-
newInstance
-
decoder
-
-
Constructor Details
-
CollectionDecoder
-
-
Method Details
-
read
- Specified by:
readin interfaceJsonReader.ReadObject<E>- Throws:
IOException
-