Method | Description | |
---|---|---|
Serialize ( ICollection | ||
Serialize ( object>.IDictionary |
Serializes the specified serialization.
|
|
XmlSerializer ( ) : System |
Initializes a new instance of the XmlSerializer class.
|
Method | Description | |
---|---|---|
AllowArrayPassThrough ( object obj ) : bool |
Allows the array pass through.
|
|
BuildArray ( |
Builds the array.
|
|
BuildObject ( |
Serializes to json.
|
|
BuildValue ( |
Converts to json value.
|
|
SerializeToXml ( |
Serializes to XML.
|
public Serialize ( object>.IDictionary |
||
serialization | object>.IDictionary | The serialization. |
return | string |