XmlSerializationReader::ReadSerializable Method (IXmlSerializable^, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Assembly: System.Xml (in System.Xml.dll)
protected: IXmlSerializable^ ReadSerializable( IXmlSerializable^ serializable, bool wrappedAny )
Parameters
- serializable
-
Type:
System.Xml.Serialization::IXmlSerializable^
An IXmlSerializable object that corresponds to the current position of the XMLReader.
- wrappedAny
-
Type:
System::Boolean
Specifies whether the serializable object is wrapped.
Return Value
Type: System.Xml.Serialization::IXmlSerializable^An object that implements the IXmlSerializable interface with its members populated from the location of the XmlReader.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: