Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 746 Bytes

SaveSettingJsonStorage.md

File metadata and controls

19 lines (13 loc) · 746 Bytes

IPublicAPI.SaveSettingJsonStorage<T> method

Save JsonStorage for current plugin's setting. This is the method used to save settings to json in Flow.Launcher This method will save the original instance loaded with LoadJsonStorage. This API call is for manually Save. Flow will automatically save all setting type that has called LoadSettingJsonStorage or SaveSettingJsonStorage previously.

public void SaveSettingJsonStorage<T>()
    where T : new()
parameter description
T Type for Serialization

See Also