|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonEncoderDecoder<T>
| Nested Class Summary | |
|---|---|
static class |
JsonEncoderDecoder.DecodingException
|
static class |
JsonEncoderDecoder.EncodingException
|
| Method Summary | |
|---|---|
T |
decode(JSONValue value)
|
JSONValue |
encode(T value)
|
| Method Detail |
|---|
JSONValue encode(T value)
throws JsonEncoderDecoder.EncodingException
JsonEncoderDecoder.EncodingException
T decode(JSONValue value)
throws JsonEncoderDecoder.DecodingException
JsonEncoderDecoder.DecodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||