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