IMemoryMessageBodySerializer.Deserialize(ArraySegment<Byte>) Method
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.
Deserialize an array segment into a MemoryMessageBody
public Orleans.Providers.MemoryMessageBody Deserialize (ArraySegment<byte> bodyBytes);
abstract member Deserialize : ArraySegment<byte> -> Orleans.Providers.MemoryMessageBody
Public Function Deserialize (bodyBytes As ArraySegment(Of Byte)) As MemoryMessageBody
Parameters
- bodyBytes
- ArraySegment<Byte>
The body bytes.
Returns
The deserialized message body.