-
Notifications
You must be signed in to change notification settings - Fork 10
uwidgets.core.services.jsonparser 1
GitHub Action edited this page Aug 4, 2024
·
3 revisions
Namespace: uWidgets.Core.Services
public class JsonParser<T> :
T
Inheritance Object → JsonParser<T>
Implements IDataProvider<T>
Attributes NullableContextAttribute, NullableAttribute
public JsonParser(string filePath)
filePath
String
public T Get()
T
public void Save(T newData)
newData
T
public event DataChangedEvent<T> DataChanging;
public event DataChangedEvent<T> DataChanged;