public final class LocalDateTimeUnserializer extends BaseUnserializer<LocalDateTime>
| 限定符和类型 | 字段和说明 |
|---|---|
static LocalDateTimeUnserializer |
instance |
| 构造器和说明 |
|---|
LocalDateTimeUnserializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
LocalDateTime |
read(Reader reader) |
LocalDateTime |
unserialize(Reader reader,
int tag,
Type type) |
read, readpublic static final LocalDateTimeUnserializer instance
public LocalDateTime unserialize(Reader reader, int tag, Type type) throws IOException
unserialize 在类中 BaseUnserializer<LocalDateTime>IOExceptionpublic LocalDateTime read(Reader reader) throws IOException
IOExceptionCopyright © 2018. All rights reserved.