public interface SerializeHiddenable
DataSet/ BufferField.| Modifier and Type | Method and Description |
|---|---|
logical |
getSerializeHidden()
Checks whether fields are written when the temp-table is serialized, usually as JSON or XML.
|
void |
setSerializeHidden(boolean val)
Allow to configure whether the filed is written when the temp-table is serialized, usually as JSON
or XML.
|
void |
setSerializeHidden(logical val)
Allow to configure whether fields are written when the temp-table is serialized, usually as JSON
or XML.
|
logical getSerializeHidden()
SERIALIZE-HIDDEN ABL attribute.true when the fields are skipped from serialization.void setSerializeHidden(logical val)
SERIALIZE-HIDDEN ABL attribute.val - true when the fields are to be skipped from serialization.void setSerializeHidden(boolean val)
SERIALIZE-HIDDEN ABL attribute.val - true when the fields are to be skipped from serialization.