Gets a value indicating whether the Type is serializable.
[Visual Basic] Public ReadOnly Property IsSerializable As Boolean [C#] public bool IsSerializable {get;} [C++] public: __property bool get_IsSerializable(); [JScript] public function get IsSerializable() : Boolean;
true if the Type is serializable; otherwise, false.
Type Class | Type Members | System Namespace | TypeAttributes | ISerializable