Click or drag to resize

JsonSerializerSerialize 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.IOTextWriter
value
Type: SystemObject
objectType
Type: SystemType
See Also