FasterXML / jackson-datatype-joda

Extension module to properly support full datatype set of Joda datetime library
Apache License 2.0
140 stars 81 forks source link

fix #108 shapeOverride ignored when setting up a custom Serializer #110

Closed vboulaye closed 5 years ago

vboulaye commented 5 years ago

Hi, this is a fix for #108

During the building of the contextual Serializer, use the current shapeOverride instead of resetting it to 0 (default). This way we keep the defined serializer/shape instead of reverting back to the default shape (array).

cowtowncoder commented 5 years ago

Excellent, thank you! Since we have our CLA I'll go ahead and merge this.