public class MEXSerializer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MEXSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static MEXSerializer |
getInstance() |
protected String |
objectCreatedBefore(Object obj,
int current,
List<ExperimentConfigurationVO> conf)
check if an instance has been defined before, avoiding unnecessary duplicates
|
void |
parseAndSave(String filename,
String URIbase,
MyMEX mex,
org.metarchive.mex.core.MEXConstant.EnumRDFFormats format) |
void |
saveToDisk(String filename,
String URIbase,
MyMEX mex,
org.metarchive.mex.core.MEXConstant.EnumRDFFormats format) |
public static MEXSerializer getInstance()
public void saveToDisk(String filename, String URIbase, MyMEX mex, org.metarchive.mex.core.MEXConstant.EnumRDFFormats format) throws Exception
Exceptionpublic void parseAndSave(String filename, String URIbase, MyMEX mex, org.metarchive.mex.core.MEXConstant.EnumRDFFormats format) throws Exception
ExceptionCopyright © 2018 METArchive. All rights reserved.