SerializeObjectAsync Method (value, formatting, settings)

Json.NET

Json.NET - Quick Starts & API Documentation SerializeObjectAsync Method (value, formatting, settings)
NamespacesNewtonsoft.JsonJsonConvertSerializeObjectAsync(Void, String, Object)

[Missing <summary> documentation for "M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Void,System.String,System.Object)"]

Declaration Syntax
C# Visual Basic Visual C++
public static Task SerializeObjectAsync(
	void value,
	string formatting,
	Object settings
)
Public Shared Function SerializeObjectAsync ( _
	value As Void, _
	formatting As String, _
	settings As Object _
) As Task
public:
static Task^ SerializeObjectAsync(
	void value, 
	String^ formatting, 
	Object^ settings
)
Parameters
value (Void)

[Missing <param name="value"/> documentation for "M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Void,System.String,System.Object)"]

formatting (String)

[Missing <param name="formatting"/> documentation for "M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Void,System.String,System.Object)"]

settings (Object)

[Missing <param name="settings"/> documentation for "M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Void,System.String,System.Object)"]

Return Value

[Missing <returns> documentation for "M:Newtonsoft.Json.JsonConvert.SerializeObjectAsync(System.Void,System.String,System.Object)"]

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)