Click or drag to resize

JsonSerializerSerialize Method (Object)

Serialize object to JSON string

Namespace:  Crosser.Server.Modules.Serializer
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public Object Serialize(
	Object o
)

Parameters

o
Type: SystemObject
object

Return Value

Type: Object
JSON string

Implements

ISerializerSerialize(Object)
See Also