1. 2bc8dec ... by Tatu Saloranta · 13 years ago
  2. 67bf19c Move BasicSerializerFactory.Config to a separate class by Tatu Saloranta · 13 years ago
  3. 1ef0dc3 Remove BeanProperty from SerializerFactory.createKeySerializer() by Tatu Saloranta · 13 years ago
  4. 8e43355 refactoring by Tatu Saloranta · 13 years ago
  5. 6549fc5 javadoc improvements by Tatu · 13 years ago
  6. 6679cae Further simplification; eliminated StdSerializerProvider by Tatu · 13 years ago
  7. a57eca7 Yet more refactoring, eliminating BeanProperty from TypeSerializer by Tatu · 13 years ago
  8. 58ada45 ... by Tatu Saloranta · 13 years ago
  9. 3f2db33 ... by Tatu Saloranta · 13 years ago
  10. 886ca96 ... by Tatu Saloranta · 13 years ago
  11. d10146c ... by Tatu Saloranta · 13 years ago
  12. 0dfe536 More conversion (and one more transient unit test failure) by Tatu · 13 years ago
  13. 28e3f59 ... by Tatu · 13 years ago
  14. f4441ec Convert JsonValueSerializer to ContextualSerializer by Tatu · 13 years ago
  15. bf725d6 ... by Tatu · 13 years ago
  16. 67942a5 ... by Tatu · 13 years ago
  17. 2dfc03f More work on contextual serializers... by Tatu · 13 years ago
  18. f42e629 Starting to convert serializers similarly to use ContextualSerializer to get BeanProperty by Tatu · 13 years ago
  19. 6997ce3 Fix the last problem wrt contextual deserialization; back to fully working again by Tatu · 13 years ago
  20. f65d4d8 ... by Tatu · 13 years ago
  21. d0bb315 Removing BeanProperty from TypeDeserializer handling as well by Tatu · 13 years ago
  22. c3a73d0 More elimination of BeanProperty passing, getting close: one new (transient) unit test failure to fix by Tatu · 13 years ago
  23. 49b7121 Removing BeanProperty from TypeDeserializer constructors, now added via fluent factories by Tatu Saloranta · 13 years ago
  24. d6e90d0 Remove BeanProperty refererence from BeanDeserializer by Tatu Saloranta · 13 years ago
  25. 9601f7a Fix [JACKSON-773] by Tatu Saloranta · 13 years ago
  26. bddad95 Convert EnumMapDeserializer by Tatu · 13 years ago
  27. e569d30 Convert MapDeserializer to be ContextualDeserializer by Tatu · 13 years ago
  28. e5d3190 Remove BeanProperty from being passed to Deserializers by Tatu · 13 years ago
  29. 9b9d043 Minor renaming by Tatu Saloranta · 13 years ago
  30. 7d255ba ... by Tatu Saloranta · 13 years ago
  31. 082511b Convert EnumSetDeserializer by Tatu Saloranta · 13 years ago
  32. 9b4ce31 Commit ObjectArrayDeserializer by Tatu Saloranta · 13 years ago
  33. 2370828 Convert AtomicReferenceDeserializer by Tatu Saloranta · 13 years ago
  34. faebde9 Convert CollectionDeserializer from resolvable to contextual by Tatu Saloranta · 13 years ago
  35. 2e5121e Remove parametrization of ContextualDeserializer by Tatu Saloranta · 13 years ago
  36. 3cd560a ... by Tatu Saloranta · 13 years ago
  37. 31ecb17 ... by Tatu Saloranta · 13 years ago
  38. 995e377 Start rewriting most ResolvableDeserializers as ContextualDeserializers by Tatu Saloranta · 13 years ago
  39. 5b58cb2 Move FilteredBeanPropertyWriter under 'impl' pkg, not externally useful by Tatu Saloranta · 13 years ago
  40. 97f8482 ... by Tatu Saloranta · 13 years ago
  41. 06c20b1 Simplified DeserializationContext handling a bit by removing StdDeserializationContext, demoting functionaliyt by Tatu Saloranta · 13 years ago
  42. f0e232d Sync with core, now that JsonNode is part of mapper by Tatu Saloranta · 13 years ago
  43. e0a3299 Added unit tests for [JACKSON-707] by Tatu Saloranta · 13 years ago
  44. ca15530 Minor improvements to error re-throwing with @JsonCreator by Tatu Saloranta · 13 years ago
  45. e5d7769 ... by Tatu Saloranta · 13 years ago
  46. e3ae58e Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNode by Tatu Saloranta · 13 years ago
  47. 00d8158 add bit more complete handling of deser views by Tatu Saloranta · 13 years ago
  48. 5639f34 Completed [JACKSON-608] (Json Views for deserialization), with tests by Tatu Saloranta · 13 years ago
  49. b2d3c7d Bit more work on view handling by Tatu Saloranta · 13 years ago
  50. 65c410c refactoring by Tatu Saloranta · 13 years ago
  51. b471a04 Implement [JACKSON-769], add more chainability for ObjectNode, ArrayNode by Tatu · 13 years ago
  52. 19ab580 Getting back to implement deserialization-with-view by Tatu Saloranta · 13 years ago
  53. fbd795b ... by Tatu Saloranta · 13 years ago
  54. 69e3ed4 Changed the way DeserializerFactory config is handled, less cluttered now by Tatu · 13 years ago
  55. ce32b8a Further refactoring for DeserializerFactories by Tatu · 13 years ago
  56. 9db4d99 Yet more refactoring: making more use of BeanPropertyDefinition by Tatu · 13 years ago
  57. 1dcce98 Bit more renaming for consistency by Tatu · 13 years ago
  58. 5d8d3d2 ... by Tatu · 13 years ago
  59. 20c8080 trying to unify handling by Tatu · 13 years ago
  60. 2fa02ba ... by Tatu · 13 years ago
  61. ea95d70 Still trying to simplify construction of BeanPropertyWriters by Tatu Saloranta · 13 years ago
  62. e40a769 Piping view definitions through by Tatu Saloranta · 13 years ago
  63. 766dc87 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 13 years ago
  64. 2337bfa ... by Tatu Saloranta · 13 years ago
  65. a5cbd79 ... by Tatu Saloranta · 13 years ago
  66. f0929ac Simplify/clean up annotation introspector parts by Tatu · 13 years ago
  67. 0410f9a Further fixes for [JACKSON-757] by Tatu · 13 years ago
  68. 7f1b6ef Add simple tests for [JACKSON-608] by Tatu Saloranta · 13 years ago
  69. 391b198 Starting to work on [JACKSON-608] (views for deser) by Tatu Saloranta · 13 years ago
  70. aaba9c1 Completed (?) major refactoring to give necessary context for Resolvable Serializers, Deserializers. by Tatu Saloranta · 13 years ago
  71. d6f54ff Fix javadocs by Tatu Saloranta · 13 years ago
  72. e142954 Minor javadoc cleanup to reduce references to SerializerCache (which should be hidden from app code) by Tatu · 13 years ago
  73. 857ddd2 Cosmetic refactoring: making Deserializers callbacks more similar, passing same common args by Tatu · 13 years ago
  74. b37ff33 Yet more refactoring, trying to be able to pass DeserializationContext to ContextualDeserializer by Tatu · 13 years ago
  75. bf355ca Yet more refactoring, trying to remove back-refs from DeserializerFactory to context/cache by Tatu · 13 years ago
  76. f0b28a9 ... by Tatu · 13 years ago
  77. 53fb852 Refactoring: make all structured standard deserializers implement proper resolve(), instead of resolving things on construction by Tatu · 13 years ago
  78. db413e1 ... by Tatu · 13 years ago
  79. 9e50422 Deser refactoring, renaming by Tatu · 13 years ago
  80. c9e0c17 Prune some unneeded methods from ObjectMapper by Tatu · 13 years ago
  81. 29be671 Remove DeserializerProvider from calls to Deserializers by Tatu · 13 years ago
  82. 6e6d8c6 moving DeserializerProvider to deser (starting to hide) by Tatu · 13 years ago
  83. e8dc603 cleanup by Tatu Saloranta · 13 years ago
  84. bb802d2 ... by Tatu Saloranta · 13 years ago
  85. 71043a7 cleanup by Tatu Saloranta · 13 years ago
  86. 798390a ... by Tatu Saloranta · 13 years ago
  87. 1826df7 FINALLY fixed handling of nested @JsonUnwrapped+prefix by Tatu · 13 years ago
  88. 85e6356 Fixes to @JsonUnwrapped serialization; now multi-level name transformations work correctly by Tatu · 13 years ago
  89. ab5e0eb Fix a problem with unwrapping serialization; was not working for final classes by Tatu · 13 years ago
  90. ad932ed Add unit tests to reproduce issues with hierarchich/nested @JsonUnwrapped with prefixes by Tatu · 13 years ago
  91. 28bde07 Refactoring: eliminate exposure of BasicBeanDescription (now just base class. BeanDescription) by Tatu Saloranta · 13 years ago
  92. 0e3b383 Removed last remaining unnecessary (pre-2.0) @since tags by Tatu Saloranta · 13 years ago
  93. 920bb4e Completed refactoring of AnnotatedClass, now fully lazily initialized by Tatu Saloranta · 13 years ago
  94. cad9881 refactoring by Tatu Saloranta · 13 years ago
  95. 4fdbd54 Cleaning up AnnotatedClass implementation by Tatu Saloranta · 13 years ago
  96. e196174 Implement [JACKSON-764], programmatic way to set root name to use for root-wrapping by Tatu Saloranta · 13 years ago
  97. 1a7c6f9 javadoc cleanup by Tatu Saloranta · 13 years ago
  98. 675d62a Fixed [JACKSON-763], problems with convertValue() to List<byte[]> by Tatu Saloranta · 13 years ago
  99. 37914e6 And bit of deserializer refactoring too by Tatu Saloranta · 13 years ago
  100. 197c58d Serializer-side refactoring by Tatu Saloranta · 13 years ago