WCF-Xtensions Class Reference for Mono
IgnoreSerializableAttribute Property






Gets or sets a value indicating whether to ignore the System.SerializableAttribute attribute when serializing and deserializing types.
Syntax
public System.bool IgnoreSerializableAttribute {get; set;}
public read-write property IgnoreSerializableAttribute: System.Boolean; 
public function get,set IgnoreSerializableAttribute : System.boolean
public: __property System.bool get_IgnoreSerializableAttribute();
public: __property void set_IgnoreSerializableAttribute( 
   System.bool value
);
public:
property System.bool IgnoreSerializableAttribute {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Property IgnoreSerializableAttribute As System.Boolean
 
'Usage
 
Dim instance As DefaultContractResolver
Dim value As System.Boolean
 
instance.IgnoreSerializableAttribute = value
 
value = instance.IgnoreSerializableAttribute

Property Value

true if the System.SerializableAttribute attribute will be ignored when serializing and deserializing types; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DefaultContractResolver Class
DefaultContractResolver Members

Send Feedback