public class DashboardZipSerializer extends Object implements DashboardSerializer
| Constructor and Description |
|---|
DashboardZipSerializer() |
| 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
|
public Dashboard deserialize(InputStream model)
DashboardSerializerdeserialize in interface DashboardSerializerpublic void serialize(Dashboard dashboard, OutputStream os)
DashboardSerializerserialize in interface DashboardSerializerCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.