Instance.serialize()

Signature

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

Domain

action

Description

Serialize the Concept into an XML String.

Parameters

NameTypeDescription
instanceConceptThe Concept to serialize.
changedOnlybooleanIf true BusinessEvents only serializes the modified Contained Concept Instances of the instance during conflict resolution. Otherwise, BusinessEvents serializes all the Contained Concept Instances.
nameSpaceStringA path describing the nameSpace to save in.
rootStringThe name of the serialized data.

Returns

TypeDescription
StringAn XML String Serialization of the Concept Instance passed.

Cautions

none