Asn1XerDecoder Interface Reference

List of all members.


Detailed Description

Interface for obtaining decoded XER data.

This interface is implemented by the Decoder class used for decoding enumerated types, which is generated as a nested class in enumerated type classes. /p>

Parameters:
reader The XML pull parser.
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.
Returns:
The decoded object.