ImportOptions::GenerateSerializable Property
.NET Framework (current version)
Gets or sets a value that specifies whether generated data contract classes will be marked with the SerializableAttribute attribute in addition to the DataContractAttribute attribute.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System::Booleantrue to generate classes with the SerializableAttribute applied; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: