How to Serialize Generic Interface with Json.Net

后端 未结 0 721
甜味超标
甜味超标 2021-01-18 01:24

I have below interface:

public interface IInterface
{
    M Message { get; }
    string Str { get; }
}

And it\'s implementation:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题