Converting object to JSON format results in “{}”

后端 未结 0 1333
傲寒
傲寒 2020-11-30 18:05
[Serializable]
class temp
{
    int id;
    int age;

    public temp(int id,int age)
    {
        this.id = id;
        this.age = age;
    }
}

    temp ob = new          


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