NaiadSerializationTElement InterfaceNaiad Help

[This is preliminary documentation and is subject to change.]

Represents a serializer and deserializer for a particular element type.

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#
public interface NaiadSerialization<TElement>

Type Parameters

TElement
The type of elements handled by this object.

The NaiadSerializationTElement type exposes the following members.

Methods

  NameDescription
Public methodSerialize
Attempts to serialize the given element into the given destination buffer.
Public methodTryDeserialize
Attempts to deserialize an element from the given source buffer.
Public methodTryDeserializeMany
Attempts to deserialize several elements from the given source buffer into the given contiguous array segment.
Public methodTrySerializeMany
Attempts to serialize the given contiguous array segment of elements into the given destination buffer.
Top
See Also

Reference