如何序列化 DbMetal 生成的类的实例?
我注意到 DbMetal 生成的类没有实现 ISerialized 接口,也没有用 DataContractAttribute 标记。序列化此类的最简单方法是什么?有任何 DbMetal 参数可以帮助我吗?
I noticed DbMetal generates classes that don't implement the ISerializable
interface, nor are marked with DataContractAttribute
. What is the easiest way of serializing such classes? Is there any DbMetal parameter that could help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
请参阅部分类进一步的细节
try this:
See Partial Classes for further details