dependencies{ compile'com.bedatadriven:jackson-datatype-jts:2.2'} Usage Registering module To use JTS geometry datatypes with Jackson, you will first need to register the module first (same as with all Jackson datatype modules): ObjectMappermapper=newObjectMapper();mapper.registerModule(newJtsModule...