![]() | XmlAnythingT Class |
Namespace: Slash.Xml
The XmlAnythingT type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlAnythingT |
Constructs an empty wrapper.
|
![]() | XmlAnythingT(T) |
Constructs a wrapper for serializing the passed object along with its type to and from XML.
|
Name | Description | |
---|---|---|
![]() | GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the
XmlSchemaProviderAttribute
to the class.
|
![]() | ReadXml |
Generates an object from its XML representation.
|
![]() | WriteXml |
Converts an object into its XML representation.
|