gpt4 book ai didi

c# - 从 protobuf-net 中的自定义 RuntimeTypeModel 生成 .proto 文件

转载 作者:太空宇宙 更新时间:2023-11-03 15:38:51 29 4
gpt4 key购买 nike

使用 protobuf-net ,我希望从 RuntimeTypeModel.Default 以外的类型模型生成一个 .proto 文件:

RuntimeTypeModel myModel = TypeModel.Create();
myModel.Add(typeof(MyClass), true);
...
string myProto = Serializer.GetProto<MyClass>(); // Does not work, as it references RuntimeTypeModel.Default
  • 在这种情况下如何生成 .proto 文件?
  • GetProto() 的源代码推断,我应该简单地调用 myModel.GetSchema(typeof(MyClass)) 吗?

最佳答案

由于至今无人回答:
调用 myModel.GetSchema(typeof(MyClass)) 确实有效,但我不确定这是正确的方法。

关于c# - 从 protobuf-net 中的自定义 RuntimeTypeModel 生成 .proto 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30896681/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com