public class ArrayDeserializer extends AbstractListDeserializer
| Constructor and Description |
|---|
ArrayDeserializer(Class componentType) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface DeserializergetType in class AbstractDeserializerpublic Object readList(AbstractHessianInput in, int length) throws IOException
readList in interface DeserializerreadList in class AbstractDeserializerIOExceptionpublic Object readLengthList(AbstractHessianInput in, int length) throws IOException
readLengthList in interface DeserializerreadLengthList in class AbstractDeserializerIOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.