SerializationJsonSerializeObject(Object) Method

Serializes an object to a JSON string.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string JsonSerializeObject(
	Object value
)

Parameters

value  Object
Object to serialize.

Return Value

String
String with the serialized object.

See Also