T - the type of the modelpublic interface ModelLoader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
loadModel()
Load the model
|
io.vertx.core.buffer.Buffer |
saveModel(T model)
Save a model as a buffer
|
io.vertx.core.buffer.Buffer saveModel(T model)
model - the model to saveCopyright © 2022. All rights reserved.