Serialize

IDataSerializer.Serialize method

Serialize method to format object to string representing.

public string Serialize(object data)
Parameter Type Description
data Object Source object to serialize

See Also