Is it possible to make ServiceStack.Text sterilize public fields of a struct just like the .net JavaScriptSerializer does?
Currently if a struct does not define a filed as a property, i.e. property keyword in c++ or get;set; in c# the value does not get serialized.