Click or drag to resize
JsonMapperToJson Method (Object, JsonWriter)

[Missing <summary> documentation for "M:X3Platform.Json.JsonMapper.ToJson(System.Object,X3Platform.Json.JsonWriter)"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void ToJson(
	Object obj,
	JsonWriter writer
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:X3Platform.Json.JsonMapper.ToJson(System.Object,X3Platform.Json.JsonWriter)"]

writer
Type: X3Platform.JsonJsonWriter

[Missing <param name="writer"/> documentation for "M:X3Platform.Json.JsonMapper.ToJson(System.Object,X3Platform.Json.JsonWriter)"]

See Also