abstract Deserializer |
AbstractSerializerFactory.getDeserializer(Class cl) |
Returns the deserializer for a class.
|
Deserializer |
ExtSerializerFactory.getDeserializer(Class cl) |
Returns the deserializer for a class.
|
Deserializer |
SerializerFactory.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.
|
abstract Serializer |
AbstractSerializerFactory.getSerializer(Class cl) |
Returns the serializer for a class.
|
Serializer |
ExtSerializerFactory.getSerializer(Class cl) |
Returns the serializer for a class.
|
Serializer |
SerializerFactory.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.
|