Utf8Json icon indicating copy to clipboard operation
Utf8Json copied to clipboard

New Feature

Open harishrajput4 opened this issue 2 years ago • 1 comments

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<T>(bytes, offset, count, JsonSerializer.defaultResolver); Or we can pass ArraySegment<T>() e.g. Deserialize<T>(ArraySegment arraySegment);

harishrajput4 avatar Mar 25 '22 04:03 harishrajput4