Interface IDictionaryConvertible
Contract for objects that can be:
- converted to a JSON ready dictionary
- filled by a JSON dictionary
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public interface IDictionaryConvertible
Methods
| Name | Description |
|---|---|
| FillFromDictionary(Dictionary<string, object>) | Reset this object and fill it with the given data. |
| ToDictionary() | Converts this object to a JSON ready dictionary. |