itsdangerous ~master (2022-05-09T14:16:30.7771069)
Dub
Repo
URLSafeSerializerTemplate
itsdangerous
urlsafe
Undocumented in source.
class
URLSafeSerializerTemplate : SerializerType(
SerializerType
) {
this
(string secretKey, string salt);
JSONValue
loadPayload
(string payload);
string
dumpPayload
(JSONValue obj);
}
Constructors
this
this
(string secretKey, string salt)
Undocumented in source.
Members
Functions
dumpPayload
string
dumpPayload
(JSONValue obj)
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.
Meta
Source
See Implementation
itsdangerous
urlsafe
aliases
URLSafeSerializer
URLSafeTimedSerializer
classes
URLSafeSerializerTemplate