Does protobuf net support object graphs of shared references inside list/arrays?

百般思念 提交于 2019-12-07 15:43:01

问题


It seems that protobuf net doesn't support AsReference for lists/array and also AsReference for objects inside list/array. Will this be supported in final v2?

[ProtoMember(1, AsReference=true, DynamicType=true)]
List<object> list;

Thanks


回答1:


At current, no and no - but I should; collections are a gap here currently. One I shall address soon.



来源:https://stackoverflow.com/questions/7012313/does-protobuf-net-support-object-graphs-of-shared-references-inside-list-arrays

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!