public final class BooleanUnserializer extends Object implements Unserializer
| 限定符和类型 | 字段和说明 |
|---|---|
static BooleanUnserializer |
instance |
| 构造器和说明 |
|---|
BooleanUnserializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
read(Reader reader,
ByteBuffer buffer) |
Object |
read(Reader reader,
ByteBuffer buffer,
Class<?> cls,
Type type) |
static boolean |
read(Reader reader,
InputStream stream) |
Object |
read(Reader reader,
InputStream stream,
Class<?> cls,
Type type) |
public static final BooleanUnserializer instance
public static final boolean read(Reader reader, ByteBuffer buffer) throws IOException
IOExceptionpublic static final boolean read(Reader reader, InputStream stream) throws IOException
IOExceptionpublic final Object read(Reader reader, ByteBuffer buffer, Class<?> cls, Type type) throws IOException
read 在接口中 UnserializerIOExceptionpublic final Object read(Reader reader, InputStream stream, Class<?> cls, Type type) throws IOException
read 在接口中 UnserializerIOExceptionCopyright © 2016. All Rights Reserved.