Method | Description | |
---|---|---|
Create ( IXmlSerializable obj ) : |
||
Create ( Stream stream ) : |
||
Create ( Stream stream, |
||
Create ( Stream stream, |
||
Create ( Stream stream, |
||
Create ( TextReader reader ) : |
||
Create ( TextReader reader, |
||
Create ( TextReader reader, |
||
Create ( TextReader reader, |
||
Create ( |
||
Create ( |
||
Create ( XmlReader reader ) : |
||
Create ( string xmlFragment ) : |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
OpenReader ( ) : XmlReader | ||
WriteTo ( Stream output, Encoding encoding ) : void | ||
WriteTo ( TextWriter writer ) : void | ||
WriteTo ( XmlWriter writer ) : void |
public static Create ( IXmlSerializable obj ) : |
||
obj | IXmlSerializable | |
return |
public static Create ( Stream stream ) : |
||
stream | Stream | |
return |
public static Create ( Stream stream, |
||
stream | Stream | |
inputContext | ||
return |
public static Create ( Stream stream, |
||
stream | Stream | |
settings | ||
return |
public static Create ( Stream stream, |
||
stream | Stream | |
settings | ||
inputContext | ||
return |
public static Create ( TextReader reader ) : |
||
reader | TextReader | |
return |
public static Create ( TextReader reader, |
||
reader | TextReader | |
inputContext | ||
return |
public static Create ( TextReader reader, |
||
reader | TextReader | |
settings | ||
return |
public static Create ( TextReader reader, |
||
reader | TextReader | |
settings | ||
inputContext | ||
return |
public static Create ( |
||
document | ||
return |
public static Create ( XmlReader reader ) : |
||
reader | XmlReader | |
return |
public static Create ( string xmlFragment ) : |
||
xmlFragment | string | |
return |
public WriteTo ( Stream output, Encoding encoding ) : void | ||
output | Stream | |
encoding | Encoding | |
return | void |