public interface ArrayReadHandler<G,A,T,R> extends ReadHandler<A,R>
| Modifier and Type | Method and Description |
|---|---|
ArrayReader<G,A,T> |
arrayReader()
Provides an ArrayReader that a parser can use to convert
an array representation to an instance of a type incrementally
|
fromRepArrayReader<G,A,T> arrayReader()
Copyright © 2017. All rights reserved.