Asn1XerDecodeMethod Interface Reference

List of all members.


Detailed Description

Interface for invoking XER decode method on an object. The method decodes into the host object.

Most, but not all, generated classes will implement this interface, which serves as a signal to open type decoding for how to decode a type.

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.