Class PersistenceJsonParser<T>
java.lang.Object
org.eclipse.dirigible.database.persistence.parser.PersistenceJsonParser<T>
- Type Parameters:
T- the generic type
public class PersistenceJsonParser<T> extends Object
The Persistence Json Parser.
-
Constructor Summary
Constructors Constructor Description PersistenceJsonParser() -
Method Summary
Modifier and Type Method Description PersistenceTableModelparseModel(String json)Parses the model.StringserializeModel(PersistenceTableModel persistenceTableModel)Serialize model.
-
Constructor Details
-
PersistenceJsonParser
public PersistenceJsonParser()
-
-
Method Details
-
parseModel
Parses the model.- Parameters:
json- the json- Returns:
- the persistence table model
- Throws:
PersistenceException- the persistence exception
-
serializeModel
Serialize model.- Parameters:
persistenceTableModel- the persistence table model- Returns:
- the string
-