public interface JsonMapper
Map<String,Object> readMap(byte[] content) throws IOException
IOExceptionList<Object> readList(byte[] buf) throws IOException
IOExceptionbyte[] write(Map<String,Object> map) throws IOException
IOExceptionbyte[] write(List<Object> list) throws IOException
IOExceptionCopyright © 2019. All rights reserved.