Instance.serialize()

Signature

String serialize (Concept instance, boolean changedOnly, String nameSpace, String root)

Domain

ACTION

Description

Serializes a Concept instance into an XML string.

Parameters

NameTypeDescription
instanceConceptThe Concept instance to serialize.
changedOnlybooleanignored
nameSpaceStringThe namespace for the serialized data.
rootStringThe name of the root element for the serialized data.

Returns

TypeDescription
StringAn XML string serialization of instance

Cautions

none