| 名前 | 解説 | |
|---|---|---|
![]() | Serializer コンストラクタ |
Serializerデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Serializer コンストラクタ |
| 名前 | 解説 | |
|---|---|---|
![]() | Formatting | Sets or returns formatting used by the XML writer. |
![]() | Indentation | Sets or returns indentation used by the XML writer. |
![]() | NonPublic | Sets or returns serialization of non-public properties. If true non-public properties are included, but are hidden by default. Public properties are always visible by default. |
![]() | OnLongOpInProgressProvider | Sets or returns the object implementing IOnLongOpInProgressProvider interface (can be used to provide visual feedback to the user during serialization). |
![]() | SerializeDefaultValues | Gets or sets a value indicating whether all the values are to be persistent. |
| 名前 | 解説 | |
|---|---|---|
![]() | Deserialize | オーバーロードされます。 Deserializes an XML-document instance |
![]() | DeserializeText | Deserializes text of element or attribute into object of appropriate type |
![]() | Serialize | オーバーロードされます。 Serializes the specified Object and writes the XML-document instance to a file using the specified Stream. DOES NOT close the underlying stream. Useful for copying objects. Caller is responsible to call out writer.Close() to close writer and underlying stream. |