[go: up one dir, main page]

Module serde

Module serde 

Source
Available on crate feature serde only.
Expand description

De/serialization functionality Requires feature serde

Modules§

jsonserde_json
De/serialization via the JSON format Requires feature serde_json
ronserde_ron
De/serialization via the RON format Requires feature serde_ron

Functions§

load
Load cookies from reader, deserializing with cookie_from_str, skipping any expired cookies
load_all
Load cookies from reader, deserializing with cookie_from_str, loading both unexpired and expired cookies
save
Serialize any unexpired and persistent cookies in the store with cookie_to_string and write them to writer
save_incl_expired_and_nonpersistent
Serialize all (including expired and non-persistent) cookies in the store with cookie_to_string and write them to writer