neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.36k stars 267 forks source link

New Feature #257

Open harishrajput4 opened 2 years ago

harishrajput4 commented 2 years ago

The de-serialize function can accept array of bytes with offset, can we have one more overloaded method where i can tell the length/count e.g, Deserialize(bytes, offset, count, JsonSerializer.defaultResolver); Or we can pass ArraySegment() e.g. Deserialize(ArraySegment arraySegment);

zcsizmadia commented 2 years ago

Could you create an issue in https://github.com/zcsizmadia/ZCS.Utf8Json?