Webapi: Support IEEE754Compatible=true/false

Created on 12 Jan 2015  路  3Comments  路  Source: OData/WebApi

ODL V4 support IEEE754Compatible=true/false in media type.

Work Item Details

Original CodePlex Issue: Issue 1631
Status: Proposed
Reason Closed: Unassigned
Assigned to: Unassigned
Reported on: Jan 17, 2014 at 6:23 AM
Reported by: xuzhg
Updated on: Jan 17, 2014 at 6:23 AM
Updated by: xuzhg

P4 feature

Most helpful comment

@mikepizzo is there a reason why you closed this issue? It is still present, and there is no possibility to transfer "long" (Edm.Int64) values with IEEE754Compatible=true, isn't it?

All 3 comments

Note: the suggested workaround in http://stackoverflow.com/questions/30101625/webapi-odata-serialize-long-as-string copies the type parameter from the input content type, while the Accept header should be used for the output content type. If the IEEE754Compatible is specified in the Accept header, we should always honor that.

@mikepizzo is there a reason why you closed this issue? It is still present, and there is no possibility to transfer "long" (Edm.Int64) values with IEEE754Compatible=true, isn't it?

Was this page helpful?
0 / 5 - 0 ratings