public interface Encodable
Interaction to be JSON encoded for the W3C wire format. It
should not normally be exposed or used by user-facing APIs. Instead, these should traffic in the
Interaction interface.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
encode() |