[This is preliminary documentation and is subject to change.]
Attempts to deserialize several elements from the given source buffer into the given contiguous
array segment.
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
int TryDeserializeMany( ref RecvBuffer source, ArraySegment<TElement> target )
Parameters
- source
- Type: Microsoft.Research.Naiad.SerializationRecvBuffer
The source buffer. - target
- Type: SystemArraySegmentTElement
An array segment to be populated with the deserialized elements.
Return Value
Type: Int32The count of elements successfully deserialized.
See Also