Click or drag to resize

JsonSerializerObjectSerializeObject(Object) Method

[Missing <summary> documentation for "M:Casewhere.Common.JsonSerializerObject.SerializeObject(System.Object)"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string SerializeObject(
	Object obj
)

Parameters

obj  Object
 

Return Value

String

[Missing <returns> documentation for "M:Casewhere.Common.JsonSerializerObject.SerializeObject(System.Object)"]

Implements

IJsonSerializerObjectSerializeObject(Object)
See Also