Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TElement ReadFromStream(Stream)

  • Declared in: RT.Serialization.IClassifyFormat<TElement>
  • Interface method
  • Abstract

Declaration

public TElement ReadFromStream(
    Stream stream
)

Summary

Reads the serialized form from a stream.

Parameters

Streamstream Stream to read from.

Returns

The serialized form read from the stream.