public interface JsonSerializable
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
serialize() |
java.lang.String |
toJson() |
default JsonValue |
toJsonValue() |
java.lang.String toJson()
default byte[] serialize()
default JsonValue toJsonValue()