summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-json/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-17Enhance the include/exclude filter processing and fix a NPErfeng2-18/+46
2012-09-14Enhance the partial read support so that we can use the full property names i...rfeng2-28/+93
2012-09-13Add the checking for root classrfeng1-8/+45
2012-09-10Fix the default mapper so that it can handle tuscanyFilterrfeng1-4/+6
2012-09-10Start to add the ability to allow partial json serializationrfeng4-6/+84
2012-03-21Handle inputstream to outputstream copyrfeng1-1/+15
2012-03-21Improve the REST binding for inputstream and contextrfeng1-0/+1
2012-03-02Reuse the ObjectMapperrfeng1-0/+3
2012-02-14Make the jackson annotation introspector come before the JAXB one as we need ...rfeng1-2/+3
2012-01-30Fix the json deserialization of generic collection and upgrade to jackson 1.9.4rfeng2-16/+18
2011-10-10Use Jackson JsonNode as the unified representation of json datarfeng1-5/+4
2011-10-10Use home-grown JSONRPC implementationrfeng8-571/+48
2011-09-06Fix the Date format for json data bindingrfeng2-0/+116
2011-07-20Streamline the json serialization into output streamrfeng3-5/+22
2011-02-07Upgrade to jackson 1.7.1 releaserfeng1-2/+2
2011-02-05Making XMLStreamReader private, to avoid extra transformations when parsing j...lresende1-1/+1
2010-12-30Change json serialization to not marshal null valuesrfeng4-3/+14
2010-12-08Enabling transformer to avoid issues with rest binding and json wireFormatlresende1-1/+1
2010-11-13Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng3-23/+72
2010-09-17Fixing databinding issue when submitting empty strings from js client to a js...lresende1-4/+9
2010-09-08TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. BigDeci...slaws1-1/+7
2010-09-08Add support for primitive java typesrfeng1-0/+3
2010-09-03Allow primitive return values to pass through the Object2JSON transformer.slaws1-1/+1
2010-07-16Remove duplicate service declarationrfeng1-17/+0
2010-05-27Add array support for the transformerrfeng1-1/+1
2010-05-19Merge branch 'jaxrs' into trunkrfeng7-15/+218
2010-04-01Enhance the JSON databindign with Jackson 1.5.0rfeng5-73/+173
2010-03-30Add a list of recently ported modules into the build rfeng1-2/+2
2010-03-28Update jackson and jettision to latest versionsrfeng4-0/+418
2010-02-27Some refactoring of the databinding coderfeng8-9/+13
2009-11-20Moving 2.x trunklresende21-0/+1899