OpenEdge.Core.Json.IJsonSerializer
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| FromJson (JsonConstruct) |
/* DESERIALIZATION METHOD: populates this object with data from the JSON representation.
@param JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */
|
||
| Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct () |
/* SERIALIZATION METHOD:returns a JsonConstruct (JsonDataType:OBJECT or JsonDataType:ARRAY) representation
of this object.
@return JsonConstruct A JSON representation of this object. May be unknown (JsonDataType:NULL). */
|
Method Detail
FromJson (JsonConstruct)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonConstruct ToJsonConstruct ()
|
||||||||||||