Was this page helpful?

FromStream Method

    Table of contents
    1. 1. FromStream(Stream stream)
      1. 1.1. Remarks
      2. 1.2. Parameters
      3. 1.3. Returns
    Table of Contents

    FromStream(Stream stream)

    public virtual T FromStream(Stream stream);
    Create an instance of type T from a System.IO.Stream.

    Remarks

    It is assumed that the provided stream is read from beginning to end and contains only the binary data for the item to be deserialized.

    Parameters

    Name Type Description
    stream Stream A System.IO.Stream contained the binary formatted type T

    Returns

    Type: T
    A new instance of type T
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by