phdmohans / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Decimal and double values have fixed number of positions after the decimal / floating point in Json #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Properties of type Edm.Decimal and Edm.Double are always serialized with 4 
positions after the decimal / floating point in Json. In case a property 
requires a higher precision, this cannot be handled, i.e. the information gets 
lost.

Original issue reported on code.google.com by philipp.sebastian.thun on 3 May 2012 at 3:53

GoogleCodeExporter commented 9 years ago
Fixed with revision 1e05e9694ffc.

Original comment by philipp.sebastian.thun on 3 May 2012 at 3:54