Skip to content

Extension module to properly support full datatype set of Joda datetime library

Notifications You must be signed in to change notification settings

cstivers78/jackson-datatype-joda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project to build Jackson (http://jackson.codehaus.org) module (jar) to support JSON serialization and deserialization of Joda (http://joda-time.sourceforge.net/) data types.

Usage

Modules are registered through ObjectMapper, like so:

ObjectMapper mapper = new ObjectMapper();
mapper.register(new JodaModule());

after which you can read JSON as Joda types, as well as write Joda values as JSON. It's really that simple; convenient and efficient.

Note that core Jackson does offer some level of support for Joda types; but this module is planned to take over these responsibilities; and possibly so that Jackson 2.0 might not have any Joda dependencies.

Current status

Just getting started...

About

Extension module to properly support full datatype set of Joda datetime library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%