Deserialize a Nested Json Object in xaml

后端 未结 0 1036
长发绾君心
长发绾君心 2021-02-10 23:12

I have these two classes:

public class Book {
public int Id {get;set;}
public int Name {get;set;}
public string Author {get;set;}
... }

public class Bookshelves          


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