IMemoryMessageBodySerializer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementations of this interface are responsible for serializing MemoryMessageBody objects
public interface IMemoryMessageBodySerializer
type IMemoryMessageBodySerializer = interface
Public Interface IMemoryMessageBodySerializer
- Derived
Methods
Deserialize(ArraySegment<Byte>) |
Deserialize an array segment into a MemoryMessageBody |
Serialize(MemoryMessageBody) |
Serialize MemoryMessageBody to an array segment of bytes. |