- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public void WriteToStream(
TElement element,
Stream stream
)
Summary
Writes the serialized form to a stream.
Parameters
TElement | element |
Serialized form to write to the stream. |
Stream | stream |
Stream to write to. |