SerializationUtilities Members
Include Protected Members
Include Inherited Members
Provides utilities for serialization.
The SerializationUtilities type exposes the following members.
Methods
Name
Description
Overloaded. Adds a message to a serialization result.
Adds a validation message to a serialization result.
Gets the name of an element in the serialization results.
Gets the position of the reader in the serialization results.
Overloaded. Converts an object of a given type into a string.
Converts a string into a given type.
Skips the XmlReader.
Moves the reader to the open tag of the first child element.
Moves the reader to the start tag of the next element.
Tries to convert a string into a given type.
Tries to deserialize a type from the given string.
Converts an escaped string to an unescaped string read from XML.
Top