Q Queerdoo New Member Dec 13, 2012 #1 Given the following code:\[code\]public enum ActorType{ [XmlEnum("has parent")] hasparent, other}\[/code\]How would I go about specifying the enum string "has parent" when deserializing using RestSharp?
Given the following code:\[code\]public enum ActorType{ [XmlEnum("has parent")] hasparent, other}\[/code\]How would I go about specifying the enum string "has parent" when deserializing using RestSharp?