gwilliams / Blitline.Net

.Net wrapper for Blitline API
Other
3 stars 10 forks source link

Fix object serialization #1

Closed gwilliams closed 12 years ago

gwilliams commented 12 years ago

Currently the serialization implemented in RestSharp isn't playing well with the strongly typed request object properties. Need to mark them with JsonProperty (remove RestSharp) or DataMember (keep RestSharp..)

gwilliams commented 12 years ago

Removed RestSharp in favour of Microsoft.Net.Http library.