|
+
|
Deserialize (longchar)
|
Initializes the object instance based on the passed in LONGCHAR
(potentially XML) representation of the object instance Inherited from Consultingwerk.ISerializable
|
|
+
|
DeserializeFromJsonObject (JsonObject)
|
Initializes the object instance based on the passed in JsonObject
representation of the object instance
|
|
+
|
CHARACTER GetSerializableProperties ()
|
Returns the meta data of the serializable properties
|
|
+
|
LONGCHAR Serialize ()
|
Returns an LONGCHAR (potentially XML) representation of the
object instance Inherited from Consultingwerk.ISerializable
|
|
+
|
Progress.Json.ObjectModel.JsonObject ToJsonObject ()
|
Returns a JsonObject representation of the state of the class instance
|