public final class AtomicBooleanUnserializer extends Object implements Unserializer<AtomicBoolean>
| 限定符和类型 | 字段和说明 |
|---|---|
static AtomicBooleanUnserializer |
instance |
| 构造器和说明 |
|---|
AtomicBooleanUnserializer() |
public static final AtomicBooleanUnserializer instance
public AtomicBoolean read(Reader reader, int tag, Type type) throws IOException
read 在接口中 Unserializer<AtomicBoolean>IOExceptionpublic AtomicBoolean read(Reader reader, Type type) throws IOException
IOExceptionpublic AtomicBoolean read(Reader reader) throws IOException
IOExceptionCopyright © 2018. All rights reserved.