Click or drag to resize
JsonMapperToJson Method (Object)

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

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

Parameters

obj
Type: SystemObject

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

Return Value

Type: String

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

See Also