|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| AddSerializableProperties () |
Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only. |
||
| AddSerializableProperties (character) |
Add a list of Serializable Properties to the SerializableProperties property |
||
| AddSerializableProperties (Class) |
Adds serializable properties from the given class using ABL reflection.
Supported from OpenEdge 11.6 on only. |
||
| Deserialize (longchar) |
Initializes the object instance based on the passed in LONGCHAR
representation of the object instance |
||
| DeserializeFromNode (handle) |
Deserializes the object instance based on the passed in X-NODEREF
instance |
||
| DeserializeProperty (handle, character, character) |
Deserializes a single property value to the current Object |
||
| CHARACTER PropertyType (character) |
Returns the type of a property |
||
| LONGCHAR Serialize () |
Returns an LONGCHAR representation of the object instance |
||
| Serialize (handle) |
Serializes the properties of the current object instance to
an existing X-NODEREF object |
||
| Serialize (handle, character) |
Serializes the properties of the current object instance to
an existing X-NODEREF object |
||
| SerializeProperties (handle) |
Serializes the properties of this object instance as child nodes of
the given node |
||
| SerializeProperty (handle, character, character) |
Serializes a single property value to the current parent XmlNode |
||
| LONGCHAR WriteXml () |
Returns an LONGCHAR representation of the object instance |
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER SerializableProperties |
|
||
| LOGICAL SerializeEmptyLists |
|
||
| LOGICAL SerializeNullValues |
|
||
| LOGICAL UseSerializedTypeInformation |
|
|
Top
AddSerializableProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddSerializableProperties (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AddSerializableProperties (Class)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Deserialize (longchar)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeserializeFromNode (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeserializeProperty (handle, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER PropertyType (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR Serialize ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Serialize (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Serialize (handle, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SerializeProperties (handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SerializeProperty (handle, character, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR WriteXml ()
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER SerializableProperties
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL SerializeEmptyLists
|
|||||||||
LOGICAL SerializeNullValues
|
|||||||||
LOGICAL UseSerializedTypeInformation
|
|||||||||