10.29.00

MessageSerializationExtensions Class

Extension methods for Solace.Serdes integration with IMessage

Definition

Namespace: SolaceSystems.Solclient.Messaging.Serialization
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.29.0
C#
public static class MessageSerializationExtensions
Inheritance
Object    MessageSerializationExtensions

Methods

DeserializeT The IMessage.Deserailize extension method. Deserializes the message binaryAttachment into the returned data object with IDeserializer. Note this will load native user property data from the IMessage into managed memory. Note the user properties will be reset for field iteration. So Rewind is called.
SerializeT The IMessage.Serailize extension method. Serializes the data into the message with ISerializer. Note this may modify the IMessage binary attachment and user properties. Note the user properties will be reset for field iteration. So Rewind is called.

See Also