public class ArrayDeserializer extends AbstractListDeserializer
| 构造器和说明 |
|---|
ArrayDeserializer(Class componentType) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class |
getType() |
Object |
readLengthList(AbstractHessianInput in,
int length)
Reads the array.
|
Object |
readList(AbstractHessianInput in,
int length)
Reads the array.
|
String |
toString() |
readObjectreadLengthList, readList, readMap, readMap, readObjectpublic ArrayDeserializer(Class componentType)
public Class getType()
getType 在接口中 DeserializergetType 在类中 AbstractDeserializerpublic Object readList(AbstractHessianInput in, int length) throws IOException
readList 在接口中 DeserializerreadList 在类中 AbstractDeserializerIOExceptionpublic Object readLengthList(AbstractHessianInput in, int length) throws IOException
readLengthList 在接口中 DeserializerreadLengthList 在类中 AbstractDeserializerIOExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.