blob: c9de959ba0728a9b1da8784050dbb5e49360e327 [file] [log] [blame]
/**
* Package that contains interfaces that define how to implement
* functionality for dynamically resolving type during deserialization.
* This is needed for complete handling of polymorphic types, where
* actual type can not be determined statically (declared type is
* a supertype of actual polymorphic serialized types).
*
* @since 1.5
*/
package org.codehaus.jackson.map.jsontype;