Interface IMessageSerializer
public interface IMessageSerializer
Properties
- ContentType
Gets the content type produced by this serializer.
Methods
- Deserialize(byte[], Type)
Deserializes a message body to the specified type.
- Deserialize<TMessage>(byte[])
Deserializes a message body to the specified type.
- Serialize(object)
Serializes a message.