Click or drag to resize
XmlObjectSerializerSerialize Method
Serializes the specified entity.

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public string Serialize(
	Object entity
)

Parameters

entity
Type: SystemObject
The entity.

Return Value

Type: String
Returns the serialize entity in string format.

Implements

IEntitySerializerSerialize(Object)
See Also