We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_human_readable
1 parent 01fea3f commit 0608c84Copy full SHA for 0608c84
src/ser/raw/mod.rs
@@ -84,6 +84,10 @@ impl<'a> serde::Serializer for &'a mut Serializer {
84
type SerializeStruct = StructSerializer<'a>;
85
type SerializeStructVariant = VariantSerializer<'a>;
86
87
+ fn is_human_readable(&self) -> bool {
88
+ false
89
+ }
90
+
91
#[inline]
92
fn serialize_bool(self, v: bool) -> Result<Self::Ok> {
93
self.update_element_type(ElementType::Boolean)?;
0 commit comments