public class BeanSerializerFactory extends SerializerFactory
_collectionSerializer, _defaultSerializer, _factories, _mapSerializer
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, createDefault, getClassFactory, getClassLoader, getCustomDeserializer, getDeserializer, getDeserializer, getListDeserializer, getListDeserializer, getObjectDeserializer, getObjectDeserializer, getObjectSerializer, getSerializer, isAllowNonSerializable, loadDeserializer, loadSerializedClass, loadSerializer, 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.