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.
WebApiから返すオブジェクトがある場合、プロパティの1つを非表示としてマークすることはできますか?
次を使用できます。
[JsonIgnore] [XmlIgnore]
これらは、両方の種類のシリアル化からプロパティを隠します。私は常に両方を単一のクラスに混ぜようとしましたJSonIgnoreAtrributeが、封印されたクラスであり、シームレスな統合オプションを残していません。
JSonIgnoreAtrribute
したがって、簡単な方法は、無視できるプロパティに両方の属性を追加することです。