pub fn write_object<T, U, E>(
value: &T,
size_key: Option<&str>,
stream: &mut BitStreamWriter<'_>,
config: &mut SerializerConfig<U>,
) -> Result<(), E>pub fn write_object<T, U, E>(
value: &T,
size_key: Option<&str>,
stream: &mut BitStreamWriter<'_>,
config: &mut SerializerConfig<U>,
) -> Result<(), E>