我有一個圍繞protobuf.net構建的系統,系統公開了一個我期望最終用戶實現的抽象類(foo)。抽象類可以通過protobuf.net進行序列化。目前,當我嘗試連載FOO的實現,我得到一個錯誤: Unexpected type found during serialization; types must be included with ProtoIncludeAttribute; found
我嘗試用各種對象(int,bool,list,dictionary等)構建二叉樹並序列化/反序列化它。 用二進制formmater序列化它很好,但與protobufnet我有錯誤。 我不知道問題是與樹的暗示或使用protobuf網。 任何回答將幫助我 感謝 編輯 我嘗試了兩種版本的樹的代碼,我在網上 第一版發現 Tree data structure in C# Seconed版本 http://