DataContractSerializer.SerializeReadOnlyTypes 属性

定义

获取指定只读类型是否序列化的值。

public:
 property bool SerializeReadOnlyTypes { bool get(); };
public bool SerializeReadOnlyTypes { get; }
member this.SerializeReadOnlyTypes : bool
Public ReadOnly Property SerializeReadOnlyTypes As Boolean

属性值

Boolean

如果序列化只读类型,则为 true;如果序列化所有类型,则为 false

适用于