Click or drag to resize

JsonSerializerSerialize Method (JsonWriter, Object, Type)

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

Parameters

jsonWriter
Type: Newtonsoft.JsonJsonWriter
value
Type: SystemObject
objectType
Type: SystemType
See Also