bjornharrtell / jts2geojson

JTS from/to GeoJSON converter for Java
MIT License
138 stars 56 forks source link

Provide a way to register custom modules with the Geojson ObjectMapper. #22

Open amanbhurji opened 7 years ago

amanbhurji commented 7 years ago

Currently if a user wants to do some object serialization using some custom modules, they will be required to override the GeoJson classes and use their own mapper. That could be avoided if it were possible to register custom modules with the Mapper here

bjornharrtell commented 1 year ago

@amanbhurji are you still interested in getting this in?

boundaries-io commented 9 months ago

Would it be possible to have this implemented.