public interface Unserializer
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
read(Reader reader,
ByteBuffer buffer,
Class<?> cls,
Type type) |
Object |
read(Reader reader,
InputStream stream,
Class<?> cls,
Type type) |
Object read(Reader reader, ByteBuffer buffer, Class<?> cls, Type type) throws IOException
IOExceptionObject read(Reader reader, InputStream stream, Class<?> cls, Type type) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.