SerializationJsonSerializeObjectHandlingTypeNames Method

Serializes an object to a JSON string saving the names of the serialized types.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string JsonSerializeObjectHandlingTypeNames(
	Object value,
	bool indentedFormat = false
)

Parameters

value  Object
Object to serialize.
indentedFormat  Boolean  (Optional)
Causes child objects to be indented.

Return Value

String
String with the serialized object.

See Also