public interface DataModelObjectSerializer
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<KeyValuePair> |
serialize(DataModel model,
java.lang.String name,
java.lang.Object object)
Serializes the given
Object that has been retrieved from the
DataModel. |
java.util.Collection<KeyValuePair> serialize(DataModel model, java.lang.String name, java.lang.Object object) throws SemanticError
Object that has been retrieved from the
DataModel.model - the employed data modelname - the name of the object to serializeobject - the object to serialize.SemanticError - error serializing the given object.