|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.NativeJsonSerializable Deserialize (JsonObject, character) |
Deserializes the given JSON without type information into a NativeSerializable
object |
|
+ | Deserialize (longchar) |
Not supported |
|
+ | Consultingwerk.NativeJsonSerializable Deserialize (longchar, character) |
Deserializes the given JSON without type information into a NativeSerializable
object |
|
+ | LONGCHAR Serialize () |
Returns an LONGCHAR (JSON) representation of the
object instance
d * Notes:
@return The LONGCHAR representation of the ISerializable objects data
*/ |
|
+ | Progress.Json.ObjectModel.JsonObject ToSimpleJsonObject () |
Returns a simple JSON object |
Top
PUBLIC Consultingwerk.NativeJsonSerializable Deserialize (JsonObject, character)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Deserialize (longchar)
|
|||||||||||||||||||||||||||
PUBLIC Consultingwerk.NativeJsonSerializable Deserialize (longchar, character)
|
|||||||||||||||||||||||||||
PUBLIC LONGCHAR Serialize ()
|
|||||||||||||||||||||||||||
PUBLIC Progress.Json.ObjectModel.JsonObject ToSimpleJsonObject ()
|