public interface JsonSerializer
| Modifier and Type | Method and Description |
|---|---|
Result |
resultFrom(java.lang.String response)
Parses the response from Rollbar to a
result. |
java.lang.String |
toJson(com.rollbar.api.payload.Payload payload)
Parses to a json the payload to be sent.
|