C# Class June.LocalStorage.Providers.SecuredJSONLocalStore

Secured JSON local store.
Inheritance: JSONLocalStore
Afficher le fichier Open project: JuneSoftware/LocalStorage

Méthodes protégées

Méthode Description
Deserialize ( string data ) : void

Deserialize the specified data.

Serialize ( object>.IDictionary data ) : string

Serialize the specified data.

Private Methods

Méthode Description
XOR ( string key, string input ) : string

XOR's the specified key and input.

Method Details

Deserialize() protected méthode

Deserialize the specified data.
protected Deserialize ( string data ) : void
data string Data.
Résultat void

Serialize() protected méthode

Serialize the specified data.
protected Serialize ( object>.IDictionary data ) : string
data object>.IDictionary Data.
Résultat string