String serialize (Concept instance, boolean changedOnly, String nameSpace, String root)String serialize (Concept instance, boolean changedOnly, String nameSpace, String root)| Name | Type | Description |
|---|---|---|
instance | Concept | The Concept instance to serialize. |
changedOnly | boolean | ignored |
nameSpace | String | The namespace for the serialized data. |
root | String | The name of the root element for the serialized data. |
| Type | Description |
|---|---|
String | An XML string serialization of instance |