Serializer

Undocumented in source.

Constructors

this
this(string secretKey, string salt)
Undocumented in source.

Members

Functions

_loadsUnsafeImpl
auto _loadsUnsafeImpl(string s, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump(JSONValue obj, File f, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpPayload
string dumpPayload(JSONValue obj)
Undocumented in source. Be warned that the author may not have intended to support it.
dumps
string dumps(JSONValue obj, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
load
JSONValue load(string fileName, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPayload
JSONValue loadPayload(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
loadUnsafe
auto loadUnsafe(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
loads
JSONValue loads(string s, string salt, int maxAge, int* tstamp)
Undocumented in source. Be warned that the author may not have intended to support it.
loadsUnsafe
auto loadsUnsafe(string s, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSigner
SignerType makeSigner(string salt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

salt
string salt;
Undocumented in source.
secretKey
string secretKey;
Undocumented in source.
signer
SignerType signer;
Undocumented in source.

Meta