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 VisitUtf8Span to deserialize and use in JSON #106

Closed agocke closed 1 year ago

agocke commented 1 year ago

VisitUtf8Span allows deserializers to potentially avoid an allocation by producing a span directly to the parser's buffer.