ODL V4 support IEEE754Compatible=true/false in media type.
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
Related stackoverflow question(with workaround):
http://stackoverflow.com/questions/30101625/webapi-odata-serialize-long-as-string
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?
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?