Previous Next

SERIALIZE-HIDDEN attribute
Indicates whether a temp-table field or ProDataSet name is written when the temp-table or ProDataSet is serialized, for example into JSON or XML.
Data type:
Access:
Applies to:
This attribute’s purpose overlaps with the XML-NODE-TYPE attribute. Because of this overlap, the attributes interact as follows:
*
The WRITE-XML( ) method always uses the XML-NODE-TYPE attribute value. If you set a value for the XML-NODE-TYPE attribute, it keeps that value regardless of how you set the SERIALIZE-HIDDEN attribute.
*
If you do not set the XML-NODE-TYPE attribute and set the SERIALIZE-HIDDEN attribute to TRUE, the AVM sets XML-NODE-TYPE to "HIDDEN".
*
If you do not set the XML-NODE-TYPE attribute and set the SERILIAZE-HIDDEN attribute to FALSE, the AVM sets XML-NODE-TYPE to "ELEMENT".
*
For more information about using this attribute, see the documentation on working with JSON.
See also:

Previous Next
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates.