Skip to content

Latest commit

 

History

History

Utf8JsonWriterForOData

Investigate Utf8JsonWriter for OData

This is a set of experiments to support my invesigations of whether the OData writer and serializers can make use of Utf8JsonWriter in order to boost performance, and if so, what design changes would it take to make that possible, and what impact would it have on flexibility, extensibility, maintainability, etc.

This is a follow-up to the findings obtained from the ODataWriter vs System.Text.Json Performance experiments.