T - the generic typepublic class PersistenceJsonParser<T> extends Object
| Constructor and Description |
|---|
PersistenceJsonParser() |
| Modifier and Type | Method and Description |
|---|---|
PersistenceTableModel |
parseModel(String json)
Parses the model.
|
String |
serializeModel(PersistenceTableModel persistenceTableModel)
Serialize model.
|
public PersistenceTableModel parseModel(String json) throws PersistenceException
json - the jsonPersistenceException - the persistence exceptionpublic String serializeModel(PersistenceTableModel persistenceTableModel)
persistenceTableModel - the persistence table modelCopyright © 2010–2018 Eclipse Foundation. All rights reserved.