public interface Encodable
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2017. All rights reserved.