Interface DashboardSerializer
-
- All Known Implementing Classes:
DashboardZipSerializer
public interface DashboardSerializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dashboarddeserialize(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.voidserialize(Dashboard dashboard, OutputStream os)Serialize the provided dashboard and write the result in the provided output stream
-
-
-
Method Detail
-
serialize
void serialize(Dashboard dashboard, OutputStream os)
Serialize the provided dashboard and write the result in the provided output stream- Parameters:
dashboard-os-
-
deserialize
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.- Parameters:
model-- Returns:
-
-