XmlSerializationReader Class |
Namespace: System.Xml.Serialization
public abstract class XmlSerializationReader : XmlSerializationGeneratedCode
The XmlSerializationReader type exposes the following members.
Name | Description | |
---|---|---|
XmlSerializationReader |
Initializes a new instance of the System.Xml.Serialization.XmlSerializationReader
class.
|
Name | Description | |
---|---|---|
CheckReaderCount |
Checks whether the deserializer has advanced.
| |
CreateAbstractTypeException |
Creates an System.InvalidOperationException that indicates that an object
being deserialized should be abstract.
| |
CreateBadDerivationException |
Populates an object from its XML representation at the current location of
the System.Xml.XmlReader, with an option to read the inner element.
| |
CreateCtorHasSecurityException |
Creates an System.InvalidOperationException that indicates that an object
being deserialized cannot be instantiated because the constructor throws
a security exception.
| |
CreateInaccessibleConstructorException |
Creates an System.InvalidOperationException that indicates that an object
being deserialized cannot be instantiated because there is no constructor
available.
| |
CreateInvalidCastException(Type, Object) |
Creates an System.InvalidCastException that indicates that an explicit reference
conversion failed.
| |
CreateInvalidCastException(Type, Object, String) |
Creates an System.InvalidCastException that indicates that an explicit reference
conversion failed.
| |
CreateMissingIXmlSerializableType |
Creates an System.InvalidOperationException that indicates that a derived
type that is mapped to an XML Schema data type cannot be located.
| |
CreateReadOnlyCollectionException |
Creates an System.InvalidOperationException that indicates that a SOAP-encoded
collection type cannot be modified and its values cannot be filled in.
| |
CreateUnknownConstantException |
Creates an System.InvalidOperationException that indicates that an enumeration
value is not valid.
| |
CreateUnknownNodeException |
Creates an System.InvalidOperationException that indicates that the current
position of System.Xml.XmlReader represents an unknown XML node.
| |
CreateUnknownTypeException |
Creates an System.InvalidOperationException that indicates that a type is
unknown.
| |
EnsureArrayIndex |
Ensures that a given array, or a copy, is large enough to contain a specified
index.
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNullAttr |
Determines whether the XML element where the System.Xml.XmlReader is currently
positioned has a null attribute set to the value true.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetXsiType |
Gets the value of the xsi:type attribute for the XML element at the current
location of the System.Xml.XmlReader.
| |
InitCallbacks |
Initializes callback methods that populate objects that map to SOAP-encoded
XML data.
| |
InitIDs |
Stores element and attribute names in a System.Xml.NameTable object.
| |
IsXmlnsAttribute |
Determines whether an XML attribute name indicates an XML namespace.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadEndElement |
Makes the System.Xml.XmlReader read an XML end tag.
| |
ReadNull |
Instructs the System.Xml.XmlReader to read the current XML element if the
element has a null attribute with the value true.
| |
ReadSerializable(IXmlSerializable) |
Populates an object from its XML representation at the current location of
the System.Xml.XmlReader.
| |
ReadSerializable(IXmlSerializable, Boolean) |
This method supports the .NET Framework infrastructure and is not intended
to be used directly from your code.
| |
ReadString(String) |
Produces the result of a call to the System.Xml.XmlReader.ReadString() method
appended to the input value.
| |
ReadString(String, Boolean) |
Returns the result of a call to the System.Xml.XmlReader.ReadString() method
of the System.Xml.XmlReader class, trimmed of white space if needed, and
appended to the input value.
| |
ShrinkArray |
Ensures that a given array, or a copy, is no larger than a specified length.
| |
ToByteArrayBase64(Boolean) |
Instructs the System.Xml.XmlReader to read the string value at its current
position and return it as a base-64 byte array.
| |
ToByteArrayBase64(String) |
Produces a base-64 byte array from an input string.
| |
ToChar |
Produces a System.Char object from an input string.
| |
ToDateTime |
Produces a System.DateTime object from an input string.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnknownNode(Object) |
Raises an System.Xml.Serialization.XmlSerializer.UnknownNode event for the
current position of the System.Xml.XmlReader.
| |
UnknownNode(Object, String) |
Raises an System.Xml.Serialization.XmlSerializer.UnknownNode event for the
current position of the System.Xml.XmlReader.
|
Name | Description | |
---|---|---|
Reader |
Gets the System.Xml.XmlReader object that is being used by System.Xml.Serialization.XmlSerializationReader.
| |
ReaderCount |
Gets the current count of the System.Xml.XmlReader.
|