Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER 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 |
||
| CHARACTER AddSerializableProperties (Class) |
Adds serializable properties from the given class using ABL reflection.
Supported from OpenEdge 11.6 on only. |
||
| Deserialize (longchar) |
Deserializes a LONGCHAR representation of the state of the class instance |
||
| DeserializeFromJsonObject (JsonObject) |
Initializes the object instance based on the passed in JsonObject
representation of the object instance |
||
| DeserializeProperty (JsonObject, character, character, character) |
Deserializes a single property value to the current JsonObject |
||
| Consultingwerk.Framework.Base.IEnumerable GetEnumerableInstance (character) |
Returns an instance of the enumerable type |
||
| CHARACTER GetSerializableProperties () |
Returns the meta data of the serializable properties |
||
| CHARACTER GetSerializeName (character) |
Returns the SerializeName of a property |
||
| LazyAddSerializableProperties () |
Adds serializable properties from the calling class using ABL reflection.
Supported from OpenEdge 11.6 on only. |
||
| LONGCHAR Serialize () |
Returns a LONGCHAR representation of the state of the class instance |
||
| SerializeProperty (JsonObject, character, character, character) |
Serializes a single property value to the current JsonObject |
||
| Progress.Json.ObjectModel.JsonObject ToJsonObject () |
Returns a JsonObject representation of the state of the class instance |
||
| LONGCHAR WriteJson () |
Returns a LONGCHAR representation of the state of the class instance |
||
| LONGCHAR WriteXml () |
Returns an XML LONGCHAR representation of the object instance |
||
| HANDLE XmlSerialize (handle) |
Serializes the properties of the current object instance to
an existing X-NODEREF object |
||
| XmlSerializeProperties (handle) |
Serializes the properties of this object instance as child nodes of
the given node |
||
| XmlSerializeProperty (handle, character, character) |
Serializes a single property value to the current parent XmlNode |
| Options | Name | Purpose | |
|---|---|---|---|
| Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter |
|
||
| LOGICAL LazyInitializeSerializableProperties |
|
||
| CHARACTER SerializableProperties |
|
||
| LOGICAL SerializeEmptyLists |
|
||
| CHARACTER SerializeNames |
|
||
| LOGICAL SerializeNullValues |
|
||
| LOGICAL UseSerializedTypeInformation |
|
|
Top
CHARACTER AddSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddSerializableProperties (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER AddSerializableProperties (Class)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Deserialize (longchar)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeserializeFromJsonObject (JsonObject)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeserializeProperty (JsonObject, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.Framework.Base.IEnumerable GetEnumerableInstance (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER GetSerializeName (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LazyAddSerializableProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR Serialize ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SerializeProperty (JsonObject, character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR WriteJson ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LONGCHAR WriteXml ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HANDLE XmlSerialize (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XmlSerializeProperties (handle)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XmlSerializeProperty (handle, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Consultingwerk.IJsonDateTypeFormatter JsonDateTypeFormatter
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL LazyInitializeSerializableProperties
|
|||||||||
CHARACTER SerializableProperties
|
|||||||||
LOGICAL SerializeEmptyLists
|
|||||||||
CHARACTER SerializeNames
|
|||||||||
LOGICAL SerializeNullValues
|
|||||||||
LOGICAL UseSerializedTypeInformation
|
|||||||||