Click or drag to resize

JsonSubtypesWriteJson Method

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override void WriteJson(
	JsonWriter writer,
	Object value,
	JsonSerializer serializer
)
Request Example View Source

Parameters

writer
Type: JsonWriter
value
Type: SystemObject
serializer
Type: JsonSerializer
See Also