summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/databinding-json/src/main/java/org/apache/tuscany/sca/databinding (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start to add the ability to allow partial json serializationrfeng2012-09-103-6/+55
* Handle inputstream to outputstream copyrfeng2012-03-211-1/+15
* Reuse the ObjectMapperrfeng2012-03-021-0/+3
* Make the jackson annotation introspector come before the JAXB one as we need ...rfeng2012-02-141-2/+3
* Fix the json deserialization of generic collection and upgrade to jackson 1.9.4rfeng2012-01-302-16/+18
* Use Jackson JsonNode as the unified representation of json datarfeng2011-10-101-5/+4
* Use home-grown JSONRPC implementationrfeng2011-10-106-300/+48
* Fix the Date format for json data bindingrfeng2011-09-061-0/+3
* Streamline the json serialization into output streamrfeng2011-07-202-5/+19
* Upgrade to jackson 1.7.1 releaserfeng2011-02-071-2/+2
* Change json serialization to not marshal null valuesrfeng2010-12-303-3/+5
* Improve jaxb/json databindings and jsonrpc binding to better handle interfacesrfeng2010-11-133-23/+72
* Fixing databinding issue when submitting empty strings from js client to a js...lresende2010-09-171-4/+9
* TUSCANY-3668 - support BigDecimal in JSON format and JSONRPC binding. BigDeci...slaws2010-09-081-1/+7
* Add support for primitive java typesrfeng2010-09-081-0/+3
* Allow primitive return values to pass through the Object2JSON transformer.slaws2010-09-031-1/+1
* Add array support for the transformerrfeng2010-05-271-1/+1
* Merge branch 'jaxrs' into trunkrfeng2010-05-195-5/+172
* Enhance the JSON databindign with Jackson 1.5.0rfeng2010-04-014-25/+122
* Add a list of recently ported modules into the build rfeng2010-03-301-2/+2
* Update jackson and jettision to latest versionsrfeng2010-03-282-0/+154
* Some refactoring of the databinding coderfeng2010-02-278-9/+13
* Moving 2.x trunklresende2009-11-2012-0/+1058