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