Package org.wicketstuff.gchart
Interface Jsonable
-
- All Known Implementing Classes:
Chart,ChartOptions,ColumnDeclaration,DataCell,DataRow,DataTable
public interface JsonableInterface for object that can render a JSON representation of an instance. Makes use of Wicket JSON library, see packagecom.github.openjson.- Author:
- Dieter Tremel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.github.openjson.JSONObjecttoJSON()Create the JSON serialization of the instance.
-