XmlSerializer Members
The XmlSerializer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Deserialize<(Of <<'(T>)>>)(String) |
Deserializes the XML to Class instance.
|
|
Deserialize<(Of <<'(T>)>>)(TextReader) |
Deserializes the specified reader.
|
|
DeserializeText<(Of <<'(T>)>>) |
Deserializes the text.
|
|
Serialize |
Serializes the specified Class to XML.
|