While serializing an object containing Double or BigDecimal values, is there a option to control the precision while serializing? I understand that the setters within the object can be a good option to control the rounding off logic, but in a case where the setters cannot be used for embedding the rounding off logic, can this be handled within the NumberSerializer which can be enchanced to support the rounding off.
-- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
