return new IDiagramUnmarshaller() {
public String parseModel(String xmlModel, IDiagramProfile profile, String preProcessingData) {
EpnJsonMarshaller marshaller = new EpnJsonMarshaller();
marshaller.setProfile(profile);
try {
return marshaller.marshall(""); // TODO FIX THIS!
} catch (Exception e) {
_logger.error(e.getMessage(), e);
}
return "";
}