OpenEdge.Messaging.StringSerializer
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| 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. Serializing an invalid object or UNKNOWN will
return UNKNOWN.
@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.
*/
|
Method Detail
MEMPTR Serialize (Object, ISerializationContext)
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|