jin-qu/jinqu-odata-cli

Edm.Binary type should be mapped to string

Opened this issue · 0 comments

"Edm.Binary" OData type should be mapped to string, not to boolean. Binary data (usually represented by "byte[]" in C#) is base64-encoded when passed through http, so it is received on client as a base64-encoded string.