Up until now my team used the built in Json.Net Json formatter in web application. Now I want to test different formatters such as Jil or Protobuf to Serialize and Deserialize faster.
My question is How do I check Serialization/Deserialization preformance in a web api application? I want to prove that other formatters are better and don't know how