ftos.xml.serialize

IMPORTANT!  
Starting with v24.3, this is renamed from serialize to ftos.xml.serialize.

Serializes an object to a JSON string.

This is a business logic method for business service components.

Syntax

ftos.xml.serialize(object: any): string
 
Parameter Description
object Object you wish to serialize in JSON format.

Return Value

Returns a JSON string describing the object.

Examples