Answer the question
In order to leave comments, you need to log in
Will the asynchronous method speed up serialization/deserialization with a file no larger than 200 lines?
Will the asynchronous method speed up serialization / deserialization with a file no larger than 200 lines?
this.Key = JsonConvert.DeserializeObject<Key>(json);
Answer the question
In order to leave comments, you need to log in
I want to say only one thing: asynchrony! = parallelism. Google further :)
If you're just going to wrap this line in an async await, then of course it won't affect serialization/deserialization performance in any way.
you need to check, the deserialization time will not decrease, but it will probably increase the time of the method
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question