public interface DashboardSerializer
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
deserialize(InputStream model)
Deserialize the incoming input stream into a Dashboard object
Support of components and files that aren't dashboard definition may not be supported.
|
void |
serialize(Dashboard dashboard,
OutputStream os)
Serialize the provided dashboard and write the result in the provided output stream
|
void serialize(Dashboard dashboard, OutputStream os)
dashboard - os - Dashboard deserialize(InputStream model)
model - Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.