Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 newtonsoft json 序列化器将一个对象序列化为 json。
现在我想反序列化它,我的对象是不可变的,它包含两个构造函数,都带有参数。我必须使用属性 JsonConstructorAttribute 来装饰第二个。
它工作得很好。
但!
我不喜欢使用属性来装饰我的构造函数的想法,还有其他方法来指定它吗?