Module nt_time::serde_with
source · Available on crate feature
serde
only.Expand description
Differential formats for Serde.
Modules
- iso_8601
serde-human-readable
Use the well-known ISO 8601 format when serializing and deserializing aFileTime
. - rfc_2822
serde-human-readable
Use the well-known RFC 2822 format when serializing and deserializing aFileTime
. - rfc_3339
serde-human-readable
Use the well-known RFC 3339 format when serializing and deserializing aFileTime
. - Use Unix time when serializing and deserializing a
FileTime
.