| Package | Description |
|---|---|
| com.alibaba.com.caucho.hessian.io |
| Modifier and Type | Class and Description |
|---|---|
class |
HessianFieldException
Exception during field reading.
|
| Modifier and Type | Method and Description |
|---|---|
Deserializer |
SerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class.
|
Deserializer |
ExtSerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class.
|
abstract Deserializer |
AbstractSerializerFactory.getDeserializer(Class cl)
Returns the deserializer for a class.
|
Deserializer |
SerializerFactory.getDeserializer(String type)
Returns a deserializer based on a string type.
|
Deserializer |
SerializerFactory.getListDeserializer(String type)
Reads the object as a map.
|
Deserializer |
SerializerFactory.getListDeserializer(String type,
Class cl)
Reads the object as a map.
|
Deserializer |
SerializerFactory.getObjectDeserializer(String type)
Reads the object as a map.
|
Deserializer |
SerializerFactory.getObjectDeserializer(String type,
Class cl)
Reads the object as a map.
|
Serializer |
SerializerFactory.getSerializer(Class cl)
Returns the serializer for a class.
|
Serializer |
ExtSerializerFactory.getSerializer(Class cl)
Returns the serializer for a class.
|
abstract Serializer |
AbstractSerializerFactory.getSerializer(Class cl)
Returns the serializer for a class.
|
Object |
SerializerFactory.readList(AbstractHessianInput in,
int length,
String type)
Reads the object as a list.
|
Object |
SerializerFactory.readMap(AbstractHessianInput in,
String type)
Reads the object as a map.
|
Object |
SerializerFactory.readMap(AbstractHessianInput in,
String type,
Class<?> expectKeyType,
Class<?> expectValueType)
Reads the object as a map.
|
Object |
SerializerFactory.readObject(AbstractHessianInput in,
String type,
String[] fieldNames)
Reads the object as a map.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.