[This is preliminary documentation and is subject to change.]
Deserializes into value the next element from the given
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 Deserialize( out TElement value, byte* buffer, int limit )
Parameters
- value
- Type: TElement
Will be set to the deserialized value. - buffer
- Type: SystemByte*
The source buffer. - limit
- Type: SystemInt32
The number of bytes remaining in buffer.
Return Value
Type: Int32The number of bytes read.
See Also