Méthode | Description | |
---|---|---|
Serialize ( object obj ) : string |
Serialize the object as XML
|
|
XmlSerializer ( ) : System |
Default constructor, does not specify namespace
|
|
XmlSerializer ( string @namespace ) : System |
Specify the namespaced to be used when serializing
|
Méthode | Description | |
---|---|---|
GetSerializedValue ( object obj ) : string | ||
Map ( System.Xml.Linq.XElement root, object obj ) : void |
public Serialize ( object obj ) : string | ||
obj | object | Object to serialize |
Résultat | string |
public XmlSerializer ( string @namespace ) : System | ||
@namespace | string | |
Résultat | System |