|
Options | Name | Purpose | |
---|---|---|---|
MEMPTR Serialize (Object, ISerializationContext) |
/**
Convert an object to a memptr. The byte array referenced by the memptr
is passed as-is to the messaging implementation.
@param data An object that is to be serialized to a MEMPTR.
@param serializationContext The serialization context provided by the producer.
@return The byte data that is to be sent over the network by the producer.
*/
|
MEMPTR Serialize (Object, ISerializationContext)
|
---|