pub fn write_size<T: Clone>( size: usize, size_key: Option<&str>, buffer: &mut Vec<u8>, config: &mut SerializerConfig<T>, ) -> Result<(), SerializationError>