Method | Description | |
---|---|---|
SerializeObject ( object value ) : string |
Serializes the specified object to a DSON string.
|
|
SerializeObject ( object value, Formatting formatting ) : string |
Serializes the specified object to a DSON string using formatting.
|
|
SerializeObject ( object value, Formatting formatting, |
Serializes the specified object to a DSON string using formatting and JsonSerializerSettings.
|
|
SerializeObject ( object value, |
Serializes the specified object to a DSON string using JsonSerializerSettings.
|
|
SerializeObject ( object value, |
Serializes the specified object to a DSON string using a type, formatting and JsonSerializerSettings.
|
|
SerializeObject ( object value, |
Serializes the specified object to a DSON string using a type, formatting and JsonSerializerSettings.
|
Method | Description | |
---|---|---|
SerializeObjectInternal ( object value, |
public static SerializeObject ( object value ) : string | ||
value | object | The object to serialize. |
return | string |
public static SerializeObject ( object value, Formatting formatting ) : string | ||
value | object | The object to serialize. |
formatting | Formatting | Indicates how the output is formatted. |
return | string |
public static SerializeObject ( object value, Formatting formatting, |
||
value | object | The object to serialize. |
formatting | Formatting | Indicates how the output is formatted. |
settings | The |
|
return | string |
public static SerializeObject ( object value, |
||
value | object | The object to serialize. |
settings | The |
|
return | string |
public static SerializeObject ( object value, |
||
value | object | The object to serialize. |
type |
/// The type of the value being serialized.
/// This parameter is used when |
|
formatting | Formatting | Indicates how the output is formatted. |
settings | The |
|
return | string |
public static SerializeObject ( object value, |
||
value | object | The object to serialize. |
type |
/// The type of the value being serialized.
/// This parameter is used when |
|
settings | The |
|
return | string |