public interface Asn1XerDecoder
| Modifier and Type | Method and Description | 
|---|---|
Asn1Type | 
decode(java.lang.Object reader,
      boolean asGroup)
Decode XER. 
 | 
Asn1Type decode(java.lang.Object reader, boolean asGroup)
reader - The XML pull parser compatible with the generated code.asGroup - Pass TRUE if the current element is the beginning of the
    content to be decoded.  Pass FALSE if the current element's content is
    the content to be decoded.