程序包 | 说明 |
---|---|
org.codehaus.jackson.map.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
限定符和类型 | 方法和说明 |
---|---|
PropertySerializerMap.SerializerAndMapResult |
PropertySerializerMap.findAndAddSerializer(Class<?> type,
SerializerProvider provider,
BeanProperty property)
Method called if initial lookup fails; will both find serializer
and construct new map instance if warranted, and return both
|
PropertySerializerMap.SerializerAndMapResult |
PropertySerializerMap.findAndAddSerializer(JavaType type,
SerializerProvider provider,
BeanProperty property) |