Json.net performance over jkk 77kb string

I profile my ASP.NET MVC application, and when I hit my local version in IIS and I noticed that deserializing an object of about 77kb takes about 100 ms, was this expected?

Also, does the processor seem to maximize when being profiled, is the task of deserialization very intense, or should I look elsewhere?

Thanks for any help you can give.

+5
source share
2 answers

The complexity of an object usually plays an important role in deserialization. Objects containing children in the recursive template will load the processor and memory correctly.

: , Value () Name: Value. , ( : [] ) JSON, .

MVC ( rdbms) . " " .

JSON.net JavaScriptSerializer , .

+2

, , , JSON.NET, Reflection. , 85 , , .

JSON # - .NET JSON .

0

All Articles