Class JsonDataSerializer
DataSerializer to serialize GameFoundation's data to and from Json.
Implements
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
public sealed class JsonDataSerializer : 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. |