[This is preliminary documentation and is subject to change.]
Attempts to serialize the given element 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#
bool Serialize( ref SubArray<byte> destination, TElement value )
Parameters
- destination
- Type: Microsoft.Research.Naiad.SerializationSubArrayByte
The destination buffer. - value
- Type: TElement
The element to serialize.
Return Value
Type: BooleanTrue if the serialization was successful, otherwise false.
See Also