public abstract class BaseUnserializer<T> extends Object implements Unserializer<T>
| 构造器和说明 |
|---|
BaseUnserializer() |
public T unserialize(Reader reader, int tag, Type type) throws IOException
IOExceptionpublic T read(Reader reader, int tag, Type type) throws IOException
read 在接口中 Unserializer<T>IOExceptionpublic T read(Reader reader, Type type) throws IOException
IOExceptionCopyright © 2018. All rights reserved.