Click or drag to resize

JsonSerializer.Serialize Method (TextWriter, Object, Type)

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Serialize(
	TextWriter textWriter,
	Object value,
	Type objectType
)

Parameters

textWriter
Type: System.IO.TextWriter
value
Type: System.Object
objectType
Type: System.Type
See Also