Json and Xml serialization, what is better perfomance?

clydellama

New Member
I have to store some config info in file. In C# code config data represents by class and in file I am going to save this class in json or xml format. So, what is the best performance of serialization json or xml? Thank you
 
Back
Top