apolloconfig / apollo.net

Apollo .Net Client
Apache License 2.0
481 stars 167 forks source link

解析json #151

Closed YiMing668 closed 3 years ago

YiMing668 commented 3 years ago

{ "Host": "127.0.0.1", "Prot": 6379, "DB": 0 } public class RedisConnOptions { public string Host { get; set; } public int DB { get; set; } = 0; public int Prot { get; set; } }

可不可以不需要自己去序列化转换成对象,有没有提供的直接通过泛型方法获取对象的

pengweiqhca commented 3 years ago

这个不属于Apollo问题啊