我有一个抽象基类:public abstract class TextComponent { public TextComponent[] Extra { get; set; }}private sealed class Converter : JsonConverter ..../ this doesn
在Newtonsoft Json.NET自定义JsonConverter的WriteJson方法中,我可以从JsonConverter中调用默认的对象序列化行为吗{ public decimal Amount;正常的Newtonsoft Json.NET行为是仅当引用为以下是我目前所做的工作()
public class PriceConverte