Package eliasstar.json
Interface JsonSerializable
-
- All Known Implementing Classes:
JsonArray
,JsonObject
public interface JsonSerializable
Functional interface for classes that can be serialized to JSON.- Since:
- 1.0.0
- Author:
- Elias*
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toJson()
-
-
-
Method Detail
-
toJson
String toJson()
-
-