MessageSerializationExtensions Class
Extension methods for Solace.Serdes integration with IMessage
Namespace: SolaceSystems.Solclient.Messaging.SerializationAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.29.0
public static class MessageSerializationExtensions
- Inheritance
- Object MessageSerializationExtensions
| 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.
|