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.
DbMetalは、ISerializableインターフェースを実装せず、。でマークされていないクラスを生成することに気づきましたDataContractAttribute。そのようなクラスをシリアル化する最も簡単な方法は何ですか?私を助けることができるDbMetalパラメータはありますか?
ISerializable
DataContractAttribute
これを試して:
[Serializable] public partial class YourClassName { }
詳細については、部分クラスを参照してください