Namespace: OpenEdge.Messaging
Type: Class JsonDeserializer
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Messaging.IDeserializer


/*
Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
This serializer handles reading the memptr from the producer, and converts
the memptr to a JsonObject.
The incoming memptr is assumed to be a properly JSON formatted UTF-8 encoded string.



Method Summary
  Options Name Purpose
  Progress.Lang.Object Deserialize (memptr, IDeserializationContext)

Method Detail
Top

Progress.Lang.Object Deserialize (memptr, IDeserializationContext)

Parameters:
data MEMPTR
 
ctx OpenEdge.Messaging.IDeserializationContext
 
Returns Progress.Lang.Object