- 05f2555 Minor improvements to verified by cowtowncoder · 14 years ago
- 6a91601 Add a simple Smile-doc verifier test (manually run) to make it easy/-ier to compare round-trippability of smile docs by cowtowncoder · 14 years ago
- aaac020 ... by cowtowncoder · 14 years ago
- 8e8ddc4 Add auto-converted set of smile documents, to improve testing of smile docs, interoperability by cowtowncoder · 14 years ago
- 3a5e388 Add an osgi dep to jaxrs to make build work again by cowtowncoder · 14 years ago
- b3b18ce Implemented [JACKSON-602], JsonSerialize.Inclusion.NON_EMPTY by cowtowncoder · 14 years ago
- c88e516 ... by cowtowncoder · 14 years ago
- 2bf1d70 Further work on [JACKSON-616], hopefully complete now by cowtowncoder · 14 years ago
- 0c16615 Implemented [JACKSON-616], better NPE avoidance with primitive deserializers by cowtowncoder · 14 years ago
- b396368 Implement [JACKSON-578], ability to use @JsonView on JAX-RS resource methods by cowtowncoder · 14 years ago
- deb61fd Add a unit test to see what's up with [JACKSON-628]; not a bug, just issue with typing by cowtowncoder · 14 years ago
- c010795 ... by cowtowncoder · 14 years ago
- d189c9c Implement [JACKSON-531]; make JsonSerialize.Inclusion.NON_DEFAULT work for arrays too by cowtowncoder · 14 years ago
- 0e20aa4 Implemented [JACKSON-620]; allow "" to translate to null for Maps, arrays, Collections by cowtowncoder · 14 years ago
- eb2f446 Fixed [JACKSON-632]: broken handling of UTF-8 BOM... by cowtowncoder · 14 years ago
- 71e4091 one more fix wrt base64 decoding; TokenBuffer should work correctly now too by cowtowncoder · 14 years ago
- d55995b Fixed [JACKSON-631]: problems decoding Base64Variants.MODIFIED_FOR_URL encoded data by cowtowncoder · 14 years ago
- cf7f037 ... by cowtowncoder · 14 years ago
- e814dd8 ... by cowtowncoder · 14 years ago
- dc833de Implement [JACKSON-619], SmileParser not reporting byte offsets for location by cowtowncoder · 14 years ago
- 20207cd Add a 'missing' copy constructor back in BeanSerializer (had a semi-accidental type change) by cowtowncoder · 14 years ago
- fa29167 Implemented [JACKSON-584] by cowtowncoder · 14 years ago
- df284da Implement [JACKSON-595], terse visibility config by cowtowncoder · 14 years ago
- c23ce29 Fixed [JACKSON-629], problem with SmileParser, name, buffer boundary by cowtowncoder · 14 years ago
- 9023e12 Add unit test for [JACKSON-629], SmileParser boundary problem by cowtowncoder · 14 years ago
- c7b99a0 (part of earlier fix to handle wrapped values, JsonNode) by cowtowncoder · 14 years ago
- 979e950 Implemented [JACKSON-613] by cowtowncoder · 14 years ago
- 7e56b52 Implement [JACKSON-621], addition fluent method for VisibilityChecker by cowtowncoder · 14 years ago
- 6f4bbd3 Fixed [JACKSON-627], one more boundary-error for custom character escapes by cowtowncoder · 14 years ago
- 9dcee37 ... by cowtowncoder · 14 years ago
- 4a2d334 ... by cowtowncoder · 14 years ago
- dab2eb1 ... by cowtowncoder · 14 years ago
- 84ce1be Fix [JACKSON-605], problem deserilializing parameterized class properties by cowtowncoder · 14 years ago
- 952e6a8 Implemented [JACKSON-612] (add readValues() methods to JsonParser, ObjectCodec) by cowtowncoder · 14 years ago
- 4ef01b9 ... by cowtowncoder · 14 years ago
- c1db633 Implemented [JACKSON-594], ability to deserializer values of non-static inner classes by cowtowncoder · 14 years ago
- e0605cf Minor refactoring; changing deserializer assignment to be more immutable-style by cowtowncoder · 14 years ago
- 4ae7803 Start work on [JACKSON-594]... added unit test by cowtowncoder · 14 years ago
- 38d0581 Completed [JACKSON-132] implementation! by cowtowncoder · 14 years ago
- d162ba0 ... by cowtowncoder · 14 years ago
- 4d240f0 Ok, making some progress with [JACKSON-132]; serialization now works by cowtowncoder · 14 years ago
- 25e945d Starting to work on [JACKSON-132] by cowtowncoder · 14 years ago
- c1e0506 Implement [JACKSON-604], small simplification to StdKeySerializer by cowtowncoder · 14 years ago
- 025435f Completed [JACKSON-580], ValueInstantiator support by cowtowncoder · 14 years ago
- a3bc0a3 minor tweaks to start reducing amt of memory allocations during class introspection by cowtowncoder · 14 years ago
- ecf3b4a ... by cowtowncoder · 14 years ago
- c2d6047 Refactoring for ValueInstantiator by cowtowncoder · 14 years ago
- 9c1b297 Implement [JACKSON-599] by cowtowncoder · 14 years ago
- a096918 ... more with ValueInstantiator; can now handle "manual polymorphic deserialization" case too! by cowtowncoder · 14 years ago
- 0c2a2aa Yet more work with ValueInstantiator; verified that property-based approach works, too. by cowtowncoder · 14 years ago
- e9b8a60 Further unit test additions, fixes to issues with delegate-based creation by cowtowncoder · 14 years ago
- eb88fcc ... by cowtowncoder · 14 years ago
- 1e470f0 ... by cowtowncoder · 14 years ago
- 909332e Fix issues found wrt Collection instantiation; now POJO/Map/Collection all work with ValueInstantiator by cowtowncoder · 14 years ago
- b57599d Improve value instantiation to work will map types also by cowtowncoder · 14 years ago
- ae8ac0a Add ValueInstantiator registration mechanism to SimpleModule by cowtowncoder · 14 years ago
- fffd36e Refactoring earlier approach to ValueInstantiators, to decouple it from BeanDeserializerBuilder by cowtowncoder · 14 years ago
- bd187a1 Work on [JACKSON-580], ability to add custom value instantiators... by cowtowncoder · 14 years ago
- d904dad ... by cowtowncoder · 14 years ago
- 1005e1f Refactor build process by cowtowncoder · 14 years ago
- fbfd511 Remove @JsonClass, @JsonKeyClass, @JsonContentClass, which have been deprecated since 1.1 by cowtowncoder · 14 years ago
- b1939de Minor fix to omit checks for pretty-printer, for smile generator (since none can be used) by cowtowncoder · 14 years ago
- 8db6e18 ... by cowtowncoder · 14 years ago
- f83888b Small performance change to smile parser by cowtowncoder · 14 years ago
- 4fc2d5f Fix a small problem with Smile-parser (regression from refactoring); was not releasing all buffers. by cowtowncoder · 14 years ago
- 49fd32e ... by cowtowncoder · 14 years ago
- 2ddce71 Implemented [JACKSON-593], ObjectMapper.readTree() with URL. byte[] by cowtowncoder · 14 years ago
- 3f83d4f (forgot to include boolean for JACKSON-597) by cowtowncoder · 14 years ago
- c1d2fa0 Fix [JACKSON-597]: Improve ClassDeserializer to support primitive types by cowtowncoder · 14 years ago
- 37e493e ... by cowtowncoder · 14 years ago
- 16a3cb7 Significant refactoring, to eventually implement [JACKSON-580], ability to register custom bean value instantiators by cowtowncoder · 14 years ago
- f7d20f2 ... by cowtowncoder · 14 years ago
- 3b4d134 ... by cowtowncoder · 14 years ago
- f0f8c68 Refactoring to share bit more common code by cowtowncoder · 14 years ago
- c79378c Flatten ReaderBased parsers bit too by cowtowncoder · 14 years ago
- 9a2f15d Flatten smile-generator a bit by cowtowncoder · 14 years ago
- 6f00273 Remove package-info classes from jars by cowtowncoder · 14 years ago
- b6fe250 And yet more flattening; now eliminated StreamBasedParserBase from under Utf8StreamParser by cowtowncoder · 14 years ago
- d1fb197 Bit of refactoring, trying to further flatten JsonParser impl hierarchy by cowtowncoder · 14 years ago
- 6fbf5c2 ... by cowtowncoder · 14 years ago
- 6c7917d Fix [JACKSON-591]; JodaDeserializers not properly throwing exceptions by cowtowncoder · 14 years ago
- 4864239 minor eclipse warning cleanup by cowtowncoder · 14 years ago
- 33d3e0a Add one accessor to BeanDeserializerBuilder, to allow overriding of properties during post-processing by cowtowncoder · 14 years ago
- e917995 Add a copy-constructor for SettableBeanProperty by cowtowncoder · 14 years ago
- da171f5 Fix a minor typo by cowtowncoder · 14 years ago
- 5841dd8 Add null-check for null Strings, SmileGenerator by cowtowncoder · 14 years ago
- 5efdee9 ... by cowtowncoder · 14 years ago
- 94b614c Fix [JACKSON-587] by cowtowncoder · 14 years ago
- 430e274 ... by cowtowncoder · 14 years ago
- b60989d Implemented [JACKSON-581], add ObjectMapper.readTree(File) by cowtowncoder · 14 years ago
- 64c0cb5 ... by cowtowncoder · 14 years ago
- 5c95e65 ... by cowtowncoder · 14 years ago
- e4f90cb ... by cowtowncoder · 14 years ago
- d456a6f Implement [JACKSON-254], suppression of empty Collections, arrays by cowtowncoder · 14 years ago
- 5a7fffa Java by cowtowncoder · 14 years ago
- 9aa9aec Some more minor optimizations for binding "untyped" objects by cowtowncoder · 14 years ago
- f352411 Minor improvements to JsonNode deserializer by cowtowncoder · 14 years ago
- fe63f83 Minor refactoring for reader-based parser by cowtowncoder · 14 years ago
- f54caea Minor refactoring, flattening reader-based parser by one class by cowtowncoder · 14 years ago
- 81d6d19 Streamline local perf helper code, remove refs to json-simple, json-tools by cowtowncoder · 14 years ago