I'm using Web Api and when I try to return a List<PointF> I get the following error:
{"Message":"An error has occurred.","ExceptionMessage":"The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'.","ExceptionType":"System.InvalidOperationException","StackTrace":null,"InnerException":{"Message":"An error has occurred.","ExceptionMessage":"Error getting value from 'Empty' on 'System.Drawing.PointF'.","ExceptionType":"Newtonsoft.Json.JsonSerializationException...
All points have data.
Any Idea?
Thanks in advance.