Package org.dmfs.express.json
Interface Jsonable
-
public interface JsonableInterface of an object which can render itself toJsonValue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonValuetoJson()Returns aJsonValuerepresentation of this object.
-