Is there Any Off-The-Shelf Json Serialization helper class in .NET BCL?

后端 未结 6 631
庸人自扰
庸人自扰 2020-12-17 10:22

I need to serialize/de-serialize some objects into/from string and transfer them as just opaque data. I can use XmlSerializer to do it, but generated string looks clumsy and

6条回答
提交回复
热议问题