其他分享
首页 > 其他分享> > Protobuf反系列化

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