标签: silverlight datacontractserializer
有没有办法向DataContractSerializer表明某个类是不可序列化的?
答案 0 :(得分:0)
你可以添加一个抛出异常的方法,说“不要序列化我”并用OnSerializingAttribute装饰它。