Method DeserializeFromStream
DeserializeFromStream(TContainer, Stream)
Deserialize from a stream into the container.
Declaration
public static bool DeserializeFromStream(TContainer container, Stream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| TContainer | container | The container to deserialize into. |
| Stream | stream | The stream to deserialize from. |
Returns
| Type | Description |
|---|---|
| bool |