| IEntitySerializerSerialize 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
Syntaxstring Serialize(
	Object entity
)
Parameters
- entity
- Type: SystemObject
 The entity.
Return Value
Type: 
StringReturns the serialize entity in string format.
 See Also
See Also