Module serde

Source
Expand description

Serialization/Deserialization with serde.

This module provides default implementations for DateTime using the RFC 3339 format and various alternatives for use with serde’s with annotation.

Available on crate feature ‘serde’ only.

Modules§

ts_microseconds
Ser/de to/from timestamps in microseconds
ts_microseconds_option
Ser/de to/from optional timestamps in microseconds
ts_milliseconds
Ser/de to/from timestamps in milliseconds
ts_milliseconds_option
Ser/de to/from optional timestamps in milliseconds
ts_nanoseconds
Ser/de to/from timestamps in nanoseconds
ts_nanoseconds_option
Ser/de to/from optional timestamps in nanoseconds
ts_seconds
Ser/de to/from timestamps in seconds
ts_seconds_option
Ser/de to/from optional timestamps in seconds