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