pub fn to_writer_with_options<W: Write, T: Serialize>(
output: &mut W,
value: &T,
options: SerializerOptions,
) -> Result<(), Error>👎Deprecated since 0.0.7: Use
to_fmt_writer_with_options for fmt::Write or to_io_writer_with_options for io::Write.Expand description
Deprecated: use to_fmt_writer_with_options for fmt::Write or to_io_writer_with_options for io::Write.