ASN1C C# Runtime Library
7.6
|
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.
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. |