JsonSerializer
Overview
Location
- Reference: elements.jar
- Namespace: RemObjects.Elements.RTL
- Platforms: Cooper
Instance Methods
constructor
constructor(Value: not nullable JsonNode; aFormat: JsonFormat)
JsonSerializer(JsonNode! Value, JsonFormat aFormat)
init(_ Value: JsonNode, _ aFormat: JsonFormat)
JsonSerializer(JsonNode Value, JsonFormat aFormat)
Sub New(Value As JsonNode, aFormat As JsonFormat)
Parameters:
- Value:
- aFormat:
Serialize
method Serialize: String
String Serialize()
func Serialize() -> String
String Serialize()
Function Serialize() As String