public interface CodecBridge
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
decodeList(Reader reader) |
List<Object> |
decodeList(String json) |
Map<String,Object> |
decodeMap(Reader reader) |
Map<String,Object> |
decodeMap(String json) |
String |
encode(Object object) |
void |
encode(Writer writer,
Object object) |
String |
mimetype() |
boolean |
support(String mimetype) |
boolean support(String mimetype)
String mimetype()
Map<String,Object> decodeMap(Reader reader) throws IOException
IOExceptionMap<String,Object> decodeMap(String json) throws IOException
IOExceptionList<Object> decodeList(Reader reader) throws IOException
IOExceptionList<Object> decodeList(String json) throws IOException
IOExceptionvoid encode(Writer writer, Object object) throws IOException
IOExceptionCopyright © 2019 Cesar Martinez. All rights reserved.