Click or drag to resize

IJsonConfigurationLoader Interface

Defines JSON serialization methods

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IJsonConfigurationLoader

The IJsonConfigurationLoader type exposes the following members.

Methods
 NameDescription
Public methodLoadJson Loads JSON data
Public methodStoreJson Stores JSON data.
Top
Remarks
Keeper SDK library implements JSON serialization to file.
See Also