Method | Description | |
---|---|---|
Deserialize ( string input, IDeserializer deserializer ) : object | ||
FromCollection ( ICollection collection, ISerializerOptions options ) : ICollection |
Serializes the specified collection.
|
|
FromObject ( object obj, ISerializerOptions options ) : object>.IDictionary |
Serializes the specified obj.
|
|
Serialize ( object obj, ISerializer serializer ) : string |
Serializes the specified obj.
|
|
Serializer ( ) : System |
|
Method | Description | |
---|---|---|
SerializeName ( |
Serializes the name.
|
|
SerializeObject ( object obj, int level, int levelLimit ) : object>.IDictionary |
Serializes the object.
|
|
SerializeValue ( object obj, int level, int levelLimit ) : object |
Serializes the value.
|
public Deserialize ( string input, IDeserializer deserializer ) : object | ||
input | string | |
deserializer | IDeserializer | |
return | object |
public FromCollection ( ICollection collection, ISerializerOptions options ) : ICollection | ||
collection | ICollection | |
options | ISerializerOptions | |
return | ICollection |
public FromObject ( object obj, ISerializerOptions options ) : object>.IDictionary |
||
obj | object | The obj. |
options | ISerializerOptions | |
return | object>.IDictionary |
public Serialize ( object obj, ISerializer serializer ) : string | ||
obj | object | The obj. |
serializer | ISerializer | The serializer. |
return | string |