1. 19a2de7 Fix a UUID serialization problem, unit test bug (which masked serialization prob) by Tatu Saloranta · 11 years ago
  2. 6cdd268 start working on TokenBuffer improvements by Tatu Saloranta · 11 years ago
  3. d1ff4dd javadoc update by Tatu Saloranta · 11 years ago
  4. fae643b Completed #308, serialization speeded up by 4x as well by Tatu Saloranta · 11 years ago
  5. ac1f6d5 First part of #308, improved deserialization speed by 4x as per test by Tatu Saloranta · 11 years ago
  6. 17d6446 Improve UUID deser speed by 5x by Tatu Saloranta · 11 years ago
  7. bb0e2b5 Implement #306 by Tatu Saloranta · 11 years ago
  8. cab3bf2 Add unit test for #306 by Tatu Saloranta · 11 years ago
  9. c6c0005 improving #113 test by Tatu Saloranta · 11 years ago
  10. cb56363 Add missing ObjectMapper.writeTree(); improve DelegatingDeserializer by Tatu Saloranta · 11 years ago
  11. 59fe29c Yet more work, trying to allow distinguishing of 'primary' and 'secondary' serializers, wrt property-context by Tatu Saloranta · 11 years ago
  12. 4f90dbc Further improvements to contextualization for deser side by Tatu Saloranta · 11 years ago
  13. 47ac6bd ... by Tatu Saloranta · 11 years ago
  14. b530c4d Groundwork for #225, centralizing contextualization of JsonSerializer instances by Tatu Saloranta · 11 years ago
  15. f72fe21 Bit of groundwork for (possibly?) implementing #224; contextualization isolated in one place by Tatu Saloranta · 11 years ago
  16. cc315bc Add first passing test for tree traversal with JsonPointer.at(JsonPointer) by Tatu Saloranta · 11 years ago
  17. 88359d3 Adding first JsonPointer test by Tatu Saloranta · 11 years ago
  18. 1cefd68 Add a bogus method in otherwise empty test, to prevent build breakage by Tatu · 11 years ago
  19. 62657fe Merge pull request #298 from splatch/master by Tatu Saloranta · 11 years ago
  20. 9fb18f4 Improvements in OSGi manifest generation. Fixes #297. by Lukasz Dywicki · 11 years ago
  21. 661d211 ... by Tatu Saloranta · 11 years ago
  22. 262884b Add basic version of JSON Pointer based traversal for JsonNode by Tatu Saloranta · 11 years ago
  23. 9088467 minor change: remove 'final' from AsArraySerializerBase.serializeWithType() by Tatu Saloranta · 11 years ago
  24. 75e7f26 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  25. 224a91a Add support for auto-detecting need for property ordering by Tatu Saloranta · 11 years ago
  26. 4306688 Merge branch 'master' of https://github.com/FasterXML/jackson-databind by Tatu · 11 years ago
  27. 670aad6 ... by Tatu · 11 years ago
  28. 5974d54 Merge pull request #293 from ajostergaard/master by Tatu Saloranta · 11 years ago
  29. 8e31a1b Clarify meaning of 'creator method' by ajostergaard · 11 years ago
  30. a3a8d3c Fix issue #292 by Tatu Saloranta · 11 years ago
  31. ccd59e2 Add license link by Tatu Saloranta · 11 years ago
  32. a457501 further fix related to #288, but on deserializer side by Tatu Saloranta · 11 years ago
  33. 3745034 Fix #288 by Tatu Saloranta · 11 years ago
  34. d8318e1 ... by Tatu Saloranta · 11 years ago
  35. 0ac36ba add bulk-geature-set accessors by Tatu Saloranta · 11 years ago
  36. e8a17a9 javadoc, other cleanup by Tatu Saloranta · 11 years ago
  37. fed24ba Fix #287 by Tatu Saloranta · 11 years ago
  38. 224db28 Add a unit test for #287 by Tatu Saloranta · 11 years ago
  39. 34df174 change url used for tests by Tatu Saloranta · 11 years ago
  40. da8022e ... by Tatu Saloranta · 11 years ago
  41. 8a0adf2 Add an alternate method for BeanDeserializer, to locate properties by index by Tatu Saloranta · 11 years ago
  42. 62a02dc refactor readme by Tatu · 11 years ago
  43. b4006fc ... by Tatu · 11 years ago
  44. be9ae25 improve sample by Tatu · 11 years ago
  45. d1a3cb1 Add a notes wrt #283 by Tatu Saloranta · 11 years ago
  46. a233930 move failing test to under 'failing' by Tatu Saloranta · 11 years ago
  47. b342798a Merge pull request #282 from cheddar/funky_polymorphic_serde by Tatu Saloranta · 11 years ago
  48. 23e6a93 minor cleanup by Tatu Saloranta · 11 years ago
  49. 2e089cd Fix a potential issue with ignored root name by Tatu Saloranta · 11 years ago
  50. b4851e5 Refactoring default SerializerProvider's handling of root null values by Tatu Saloranta · 11 years ago
  51. 85d1f49 1) Unit test for funky polymorphic deserialization. It appears that jackson messes up and returns the interface's deserialized value instead of the concrete class by cheddar · 11 years ago
  52. 6f4306b Fix #234 by Tatu Saloranta · 11 years ago
  53. c77814e add unit tests to drill down to #234 by Tatu Saloranta · 11 years ago
  54. 9142441 remove a debug statement by Tatu Saloranta · 11 years ago
  55. 9ad6b5e warnings cleanup by Tatu Saloranta · 11 years ago
  56. 955d1f9 Add support for coercion from String "null" (in addition to null token) by Tatu Saloranta · 11 years ago
  57. ca5af06 Add better support for omitting filtered fields for position formats like CSV by Tatu Saloranta · 11 years ago
  58. e5d8570 Add support for outputting placeholders during filtering by Tatu Saloranta · 11 years ago
  59. bc38763 Implemented #277 by Tatu Saloranta · 11 years ago
  60. e9b6c2d remove release note entries that will be included in 2.2.3 by Tatu Saloranta · 11 years ago
  61. 89827c1 ... by Tatu Saloranta · 11 years ago
  62. 7cd93e9 Fix for 2.3 by Tatu Saloranta · 11 years ago
  63. 14d9761 bit more tweaking of null serialization by Tatu Saloranta · 11 years ago
  64. 0f4b5e3 Fix #281 by Tatu Saloranta · 11 years ago
  65. 8cb0435 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  66. f6315d8 fix TokenBuffer by Tatu Saloranta · 11 years ago
  67. 980eb0f Last piece of support to handle native Object Ids by Tatu · 11 years ago
  68. 0a42b40 Add a unit test to verify that #240 is fixed. by Tatu Saloranta · 11 years ago
  69. cded3a2 Implement #270 by Tatu Saloranta · 11 years ago
  70. 07bcd04 Fix #280 by Tatu Saloranta · 11 years ago
  71. 87b62f9 Fixes to properly disable "vanilla" deserialization when ObjectIdReader is not null by Tatu Saloranta · 11 years ago
  72. 6932e07 More support for reading native Object Ids by Tatu Saloranta · 11 years ago
  73. 9e64906 refactoring, trying to get object id reading working with native ids by Tatu Saloranta · 11 years ago
  74. 5fa08ec Change to work with 'untyped' type/object ids by Tatu Saloranta · 11 years ago
  75. c35736f minor compiler warning fixes by Tatu Saloranta · 11 years ago
  76. 767ecb2 Try to add support for retaining type ids via TokenBuffer by Tatu Saloranta · 11 years ago
  77. 6501fca start adding support for writing native object ids by Tatu Saloranta · 11 years ago
  78. 8b5fd60 Add support for polymorphic deserialization using native type ids: initially needed by YAML module by Tatu Saloranta · 11 years ago
  79. 3bcbc29 javadoc adds by Tatu Saloranta · 11 years ago
  80. b02884d clean up by Tatu Saloranta · 11 years ago
  81. 8717127 Merge pull request #273 from christophercurrie/covariant by Tatu Saloranta · 11 years ago
  82. 38912fd Restore covariant returns on BeanPropertyDefiniton subclasses. by Christopher Currie · 11 years ago
  83. 467693e ... and more fixes by Tatu Saloranta · 11 years ago
  84. 46b65b5 try fixing issues with native type id serialization by Tatu Saloranta · 11 years ago
  85. 313deaa Start conversion of type id serialization to support use of native type ids (by YAML first) by Tatu Saloranta · 11 years ago
  86. 105c58a Implemented #269 by Tatu Saloranta · 11 years ago
  87. 8bdd49b Complete handling of property description -- need to test still by Tatu Saloranta · 11 years ago
  88. 1488cef Completing conversion to using PropertyName instead of String in most parts of API by Tatu Saloranta · 11 years ago
  89. e05e352 Start making changes to support full PropertyName passing, not just String name by Tatu Saloranta · 11 years ago
  90. 25d69f5 ... and cleanup. Mostly done by now. by Tatu Saloranta · 11 years ago
  91. ea0b0cd yet more warnings cleanup by Tatu Saloranta · 11 years ago
  92. fcbbccc cleanup by Tatu Saloranta · 11 years ago
  93. 907524b Start working on passing full property names by Tatu Saloranta · 11 years ago
  94. a455b53 Warning cleanup. by Tatu Saloranta · 11 years ago
  95. 156487d start adding support for bean property descriptions by Tatu Saloranta · 11 years ago
  96. f75585e eclipse warning cleanup, minor unit test additions by Tatu Saloranta · 11 years ago
  97. 7a81506 update refs to javadoc by Tatu Saloranta · 11 years ago
  98. d294c6c Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 11 years ago
  99. 8d3ff9d Merge pull request #261 from sschuberth/master by Tatu Saloranta · 11 years ago
  100. eb509fd ... by Tatu Saloranta · 11 years ago