Interface IDataSerializer
Contract for objects serializing GameFoundation's data.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
public interface IDataSerializer
Methods
| Name | Description |
|---|---|
| Deserialize(TextReader) | Deserialize GameFoundation's data from the given reader. |
| Serialize(GameFoundationSerializableData, TextWriter) | Serialize the given data with the given writer. |