Replacement for XML Serialization

后端 未结 6 2046
梦毁少年i
梦毁少年i 2020-12-24 13:17

I have code using XmlSerializer to serialize/deserialize a data structure for persistance. I\'ve read and heard in several places here on StackOverflow that

6条回答
  •  一生所求
    2020-12-24 13:48

    jSON is much more faster than XML. You can use Json.NET to read it. It has built-in serialization.

    http://james.newtonking.com/pages/json-net.aspx

提交回复
热议问题