public interface JsonSerializer
JsonSerializable into a JSON payload string.| Modifier and Type | Method and Description |
|---|---|
String |
serialize(JsonSerializable payload)
Turn the
JsonSerializable into a json string |
String serialize(JsonSerializable payload)
JsonSerializable into a json stringpayload - the JsonSerializable to serializeCopyright © 2016. All rights reserved.