Commit b08b3e6
authored
serde: skipping unused fields, don't check UTF-8
When the deserializer skips unused fields, we don't have to convert
them to valid Utf-8 string. This will prevent errors when unused fields
are not UTF-8. Removing the check may also improve performance.
See also: #198
PR #2031 parent e85e89a commit b08b3e6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
| 560 | + | |
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| |||
0 commit comments