Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #203
- Loading branch information