public class BeanSerializerFactory extends SerializerFactory
_collectionSerializer, _defaultSerializer, _factories
Constructor and Description |
---|
BeanSerializerFactory() |
Modifier and Type | Method and Description |
---|---|
protected Deserializer |
getDefaultDeserializer(java.lang.Class cl)
Returns the default deserializer for a class that isn't matched
directly.
|
protected Serializer |
getDefaultSerializer(java.lang.Class cl)
Returns the default serializer for a class that isn't matched
directly.
|
addFactory, getDeserializer, getDeserializer, getObjectDeserializer, getObjectDeserializer, getSerializer, isAllowNonSerializable, readList, readMap, readObject, setAllowNonSerializable, setSendCollectionType
protected Serializer getDefaultSerializer(java.lang.Class cl)
getDefaultSerializer
in class SerializerFactory
cl
- the class of the object that needs to be serialized.protected Deserializer getDefaultDeserializer(java.lang.Class cl)
getDefaultDeserializer
in class SerializerFactory
cl
- the class of the object that needs to be serialized.