|
Options | Name | Purpose | |
---|---|---|---|
MEMPTR Serialize (Object, ISerializationContext) |
/**
Convert an object to a MEMPTR. Only OpenEdge.Core.String is supported. An exception
will be thrown if any other type of object is passed in.
@param data An object that is to be serialized as a MEMPTR
@param serializationContext A context object that is topic specific provided by the producer.
@return A memptr representation of of the data. This data is sent by the producer over the network.
*/
|
MEMPTR Serialize (Object, ISerializationContext)
|
---|