Top Method Summary
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 instanced
Progress.Json.ObjectModel.JsonObject ToSimpleJsonObject () Returns a simple JSON object


Method Detail
Top

Consultingwerk.NativeJsonSerializable Deserialize (JsonObject, character)

Purpose: Deserializes the given JSON without type information into a NativeSerializable
object
Notes: Adds the type-information to the JSON before passing it to the Deserialization routine

Parameters:
poJsonData Progress.Json.ObjectModel.JsonObject
The JSON Object with the data
pcTypeName CHARACTER
The class name to add to the JSON
Returns Consultingwerk.NativeJsonSerializable
The deserialized object instance
Top

Deserialize (longchar)

Purpose: Not supported
Notes:

Parameters:
pcSerializedRepresentation LONGCHAR
The stored LONGCHAR representation of the objects data
Top

Consultingwerk.NativeJsonSerializable Deserialize (longchar, character)

Purpose: Deserializes the given JSON without type information into a NativeSerializable
object
Notes: Adds the type-information to the JSON before passing it to the Deserialization routine

Parameters:
plcJsonData LONGCHAR
The LONGCHAR with the Json data
pcTypeName CHARACTER
The class name to inject into the serialized json
Returns Consultingwerk.NativeJsonSerializable
The deserialized object instance
Top

LONGCHAR Serialize ()

Purpose: Returns an LONGCHAR (JSON) representation of the
object instanced
Notes:

Returns LONGCHAR
The LONGCHAR representation of the ISerializable objects data
Top

Progress.Json.ObjectModel.JsonObject ToSimpleJsonObject ()

Purpose: Returns a simple JSON object
Notes: Does not include Envelope added by the JsonSerializer

Returns Progress.Json.ObjectModel.JsonObject
The JsonObject


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:54