public interface Asn1XerDecodeMethod
| Modifier and Type | Method and Description |
|---|---|
void |
decode(java.lang.Object reader,
boolean asGroup)
Decode XER.
|
void 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.