WCF-Xtensions Class Reference for Mono
SerializeObject Method






Serializes the specified object to a JSON string.
Overload List
OverloadDescription
SerializeObject(Object) Serializes the specified object to a JSON string.  
SerializeObject(Object,Formatting) Serializes the specified object to a JSON string using formatting.  
SerializeObject(Object,JsonConverter[])Serializes the specified object to a JSON string using a collection of JsonConverter.  
SerializeObject(Object,Formatting,JsonConverter[])Serializes the specified object to a JSON string using formatting and a collection of JsonConverter.  
SerializeObject(Object,JsonSerializerSettings)Serializes the specified object to a JSON string using JsonSerializerSettings.  
SerializeObject(Object,Type,JsonSerializerSettings)Serializes the specified object to a JSON string using a type, formatting and JsonSerializerSettings.  
SerializeObject(Object,Formatting,JsonSerializerSettings)Serializes the specified object to a JSON string using formatting and JsonSerializerSettings.  
SerializeObject(Object,Type,Formatting,JsonSerializerSettings)Serializes the specified object to a JSON string using a type, formatting and JsonSerializerSettings.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonConvert Class
JsonConvert Members

Send Feedback