Protobuf-Net:如何序列化guid?
在 protobuf-net 中序列化 Guid 是否有首选方法?好像是不支持的类型?
Is there a preferred method for serializing Guids in protobuf-net? It doesn't seem to be a supported type?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对延迟表示歉意 - 假期等。在 protobuf-net 中,
Guid
应该可以正常工作 - 它几乎被视为byte[]
。确认一下:你的意思是protobuf-net(一个具体的实现)?或者一般只是 protobuf(它不是核心类型)。Apologies for the delay - holiday etc. In protobuf-net,
Guid
should work fine - it is treated pretty much as abyte[]
. To confirm: do you mean protobuf-net (a specific implementation)? Or just protobuf generally (where it isn't a core type).