mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 21:37:57 +00:00
Make Value use the 'json' format string
This commit is contained in:
+2
-2
@@ -574,7 +574,7 @@ impl ser::Serializer for Serializer {
|
||||
|
||||
#[inline]
|
||||
fn format() -> &'static str {
|
||||
"value"
|
||||
"json"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -685,7 +685,7 @@ impl de::Deserializer for Deserializer {
|
||||
|
||||
#[inline]
|
||||
fn format() -> &'static str {
|
||||
"value"
|
||||
"json"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user