Interface IJsonSerializationCallback
Interface that receive callback functions when Serialized with JsonUtil
Methods
OnAfterLoadedFromDisk()
This function is called after json object load from file
Declaration
void OnAfterLoadedFromDisk()
OnBeforeSaveToDisk()
This function is called before json object save to file
Declaration
void OnBeforeSaveToDisk()