Method Deserialize
Deserialize(TextReader)
Deserialize GameFoundation's data from the given reader.
Declaration
public GameFoundationSerializableData Deserialize(TextReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| TextReader | reader | The reader to deserialize from. |
Returns
| Type | Description |
|---|---|
| GameFoundationSerializableData | The deserialized GameFoundation's data. |