How can I serialize 2 or more object into one string and then deserialize them?

前端 未结 0 1641
别跟我提以往
别跟我提以往 2021-01-18 17:50

How can I serialize 2 or more object into one string and then deserialize them ?

User user = new User()
{
     Name = "some name",
     Description          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题