Instance.serialize()
Signature
String serialize (Concept instance, boolean changedOnly, String nameSpace, String
root)
Description
Serialize the Concept into an XML String.
Parameters
Name | Type | Description |
instance | Concept | The Concept to serialize. |
changedOnly | boolean | If true BusinessEvents only serializes the modified Contained
Concept Instances of the instance during conflict resolution. Otherwise,
BusinessEvents serializes all the Contained Concept Instances. |
nameSpace | String | A path describing the nameSpace to save in. |
root | String | The name of the serialized data. |
Returns
Type | Description |
String | An XML String Serialization of the Concept Instance passed. |