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