Protobuf反系列化
作者:互联网
private static Google.Protobuf.JsonParser _protobufJsonParser =
new Google.Protobuf.JsonParser(Google.Protobuf.JsonParser.Settings.Default.WithIgnoreUnknownFields(true));
var modelName = _protobufJsonParser.Parse<ClassName>(StringName)
标签:Google,Protobuf,系列化,Default,protobufJsonParser,JsonParser,Parse 来源: https://blog.csdn.net/qq_35100531/article/details/116230977