NaiadWriterWriteTElement Method (TElement, NaiadSerializationTElement)Naiad Help

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

Writes the given element to the stream, using a specific serializer.

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 void Write<TElement>(
	TElement element,
	NaiadSerialization<TElement> serializer
)

Parameters

element
Type: TElement
The element to be written.
serializer
Type: Microsoft.Research.Naiad.SerializationNaiadSerializationTElement
The serializer to be used.

Type Parameters

TElement
The type of the element.
See Also

Reference