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