名前 | 解説 | |
---|---|---|
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. |