Serializes the receiver into a form that is safe to transfer over the wire. @return the JSON-serialized representation of the Receiver object
()
| 35 | * @return the JSON-serialized representation of the Receiver object |
| 36 | */ |
| 37 | public String toJson() { |
| 38 | return Utils.serializer.toJson(this); |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Deserializes a Receiver from JSON. |
no outgoing calls