Namespace: OpenEdge.Messaging
Type: Interface IDeserializer
Parent Classes:
Inherits: Progress.Lang.Object


/*
Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
The deserializer is responsible for converting a byte array taken from the messaging system
to an object that the application can consume.



Method Summary
  Options Name Purpose
  Progress.Lang.Object Deserialize (memptr, IDeserializationContext) /** The Deserialize method is called by consumer to convert message bytes to OOABL objects. It is the ABL application's responsibility to configure the consumer with a deserializer appropriate for the messages on the topic that are being consumed. */

Method Detail
Top

Progress.Lang.Object Deserialize (memptr, IDeserializationContext)

Purpose:
The Deserialize method is called by consumer to convert message bytes to OOABL objects.
It is the ABL application's responsibility to configure the consumer with a
deserializer appropriate for the messages on the topic that are being consumed.
Parameters:
data MEMPTR
 
ctx OpenEdge.Messaging.IDeserializationContext
 
Returns Progress.Lang.Object