serdedotnet / serde

Serde.NET is a C# port of the popular Serde serialization library for Rust
https://serdedotnet.github.io/
BSD 3-Clause "New" or "Revised" License
142 stars 5 forks source link

Add a local copy of Utf8JsonReader #128

Closed agocke closed 1 year ago

agocke commented 1 year ago

Utf8JsonReader has a variety of restrictions and features that make it much slower when used in Serde. This PR makes minimal changes -- just bringing it over and changing it to a regular struct.