|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Encodable
Implementing this interface enables an object's state to be output as a JSON object literal.
| Method Summary | |
|---|---|
JSONLiteral |
encode(EncodeControl control)
Produce a JSONLiteral representing the encoded state of this
object, suitable for transmission over a messaging medium or for writing
to persistent storage. |
| Method Detail |
|---|
JSONLiteral encode(EncodeControl control)
JSONLiteral representing the encoded state of this
object, suitable for transmission over a messaging medium or for writing
to persistent storage.
control - Encode control determining what flavor of encoding
should be done.
JSONLiteral representing the encoded state of this
object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||