public final class BooleanUnserializer extends BooleanObjectUnserializer
| 限定符和类型 | 字段和说明 |
|---|---|
static BooleanUnserializer |
instance |
| 构造器和说明 |
|---|
BooleanUnserializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
read(Reader reader) |
Boolean |
read(Reader reader,
int tag,
Type type) |
unserializereadpublic static final BooleanUnserializer instance
public Boolean read(Reader reader, int tag, Type type) throws IOException
read 在接口中 Unserializer<Boolean>read 在类中 BaseUnserializer<Boolean>IOExceptionpublic Boolean read(Reader reader) throws IOException
read 在类中 BooleanObjectUnserializerIOExceptionCopyright © 2018. All rights reserved.