DataContractJsonSerializer.SerializeReadOnlyTypes Propriedade

Definição

Obtém ou define um valor que especifica se deve serializar os tipos somente leitura.Gets or sets a value that specifies whether to serialize read only types.

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

Valor da propriedade

Boolean

true para serializar tipos somente leitura; caso contrário false .true to serialize read only types; otherwise false.

Aplica-se a