Namespace: OpenEdge.Messaging
Type: Class MemptrSerializer
Parent Classes:
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 OpenEdge.Core.Memptr to MEMPTR.



Method Summary
  Options Name Purpose
  MEMPTR Serialize (Object, ISerializationContext) /** This Serialize method does nothing to the memptr. It simply returns the value passed in. @return The value of the MEMPTR stored in the data object */

Method Detail
Top

MEMPTR Serialize (Object, ISerializationContext)

Purpose:
This Serialize method does nothing to the memptr. It simply returns
the value passed in.
Parameters:
data Progress.Lang.Object
 
ctx OpenEdge.Messaging.ISerializationContext
 
Returns MEMPTR
  The value of the MEMPTR stored in the data object