Namespace:
OpenEdge.Messaging
Type:
Class
MemptrDeserializer
Parent Classes:
Progress.Lang.Object
OpenEdge.Messaging.MemptrDeserializer
Inherits:
Progress.Lang.Object
Implements:
OpenEdge.Messaging.IDeserializer
/*
Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
This deserializer provides conversion of message data which comes in as a raw byte array (MEMPTR)
to an instance of OpenEdge.Core.Memptr.
Method Summary
Options
Name
Purpose
Progress.Lang.Object
Deserialize (memptr, IDeserializationContext)
/** Convert the memptr to a utf-8 encoded longchar */
Method Detail
Top
Progress.Lang.Object
Deserialize (memptr, IDeserializationContext)
Purpose:
Convert the memptr to a utf-8 encoded longchar
Parameters:
data
MEMPTR
ctx
OpenEdge.Messaging.IDeserializationContext
Returns
Progress.Lang.Object