pub fn serialize<S: Serializer>(
    time: &Option<FileTime>,
    serializer: S
) -> Result<S::Ok, S::Error>
Available on crate features serde and serde-human-readable only.
Expand description

Serializes an Option<FileTime> into the given Serde serializer.

This serializes using the well-known ISO 8601 format.