Function neodyn_xc::ser::binary::to_writer[][src]

pub fn to_writer<W, T: ?Sized>(writer: W, value: &T) -> Result<(), Error> where
    W: Write,
    T: Serialize

Serializes a value to a writer as the Neodyn Exchange binary representation.

Does not perform any buffering.