[This is preliminary documentation and is subject to change.]
Attempts to serialize the given contiguous array segment of elements into the given destination buffer.
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 TrySerializeMany( ref SubArray<byte> destination, ArraySegment<TElement> values )
Parameters
- destination
- Type: Microsoft.Research.Naiad.SerializationSubArrayByte
The destination buffer. - values
- Type: SystemArraySegmentTElement
The elements to serialize.
Return Value
Type: Int32The count of elements successfully serialized.
See Also