Namespace: OpenEdge.Messaging
Type: Class JsonSerializer
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: OpenEdge.Messaging.ISerializer


/*
Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
This implementation of Serializer supports converting instances of JsonConstruct to MEMPTR.



Method Summary
  Options Name Purpose
  MEMPTR Serialize (Object, ISerializationContext) /** Memptr values returned from this class will be released (set-size(data) = 0) automatically by the producer after this method is invoked. @return A memptr representation of a JsonConstruct */

Method Detail
Top

MEMPTR Serialize (Object, ISerializationContext)

Purpose:
Memptr values returned from this class will be released (set-size(data) = 0) automatically
by the producer after this method is invoked.
Parameters:
obj Progress.Lang.Object
 
ctx OpenEdge.Messaging.ISerializationContext
 
Returns MEMPTR
  A memptr representation of a JsonConstruct