pub fn encode_to_compact<T: Serialize, W: Write>( value: &T, writer: W, ) -> Result<()>
Serialize compact JSON into a writer.