Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void WriteToStream(TElement, Stream)

  • 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

TElementelement Serialized form to write to the stream.
Streamstream Stream to write to.