How can one indicate to protobuf-net that an interface property should be deserialized as a particular concrete type?
I have this property:
public class SomeClass
{
public ISomeInterface SomeProperty { get;set; }
}
Now, ISomeInterface in this particular context can only be a specific concrete type, like SomeClass2
0
0
0
加载中,请稍侯......
精彩评论