- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public TElement ReadFromStream(
Stream stream
)
Summary
Reads the serialized form from a stream.
Parameters
Stream | stream |
Stream to read from. |
Returns
The serialized form read from the stream.