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.
ID、名前、住所などのフィールドを含むエンティティがあります。
残りの呼び出しから新しいエンティティを作成するときに、受信した json (flexjson を使用) をオブジェクトにデシリアライズしたいと考えています。しかし、id フィールドを除外したいです。
Serialize には exclude オプションがあることは知っていますが、deserialize にはありません。右?