Sha256: 1f6d755e2a6eaaadff14b3b2ddeaab4e420f2630e3182560090d53d9e5d2b58e
Contents?: true
Size: 405 Bytes
Versions: 164
Compression:
Stored size: 405 Bytes
Contents
/** * 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 sh.calaba.org.codehaus.jackson.map.jsontype;
Version data entries
164 entries across 164 versions & 2 rubygems