pub fn decode_legacy_option_system_time_from_finite_reader<D: Read>(
decoder: &mut D,
modules: &ModuleDecoderRegistry,
) -> Result<Option<SystemTime>, DecodeError>Expand description
Decodes an optional timestamp in the legacy SystemTime representation.
Existing encoded types use this only to preserve their stored representation.