Specify XmlEnum when deserializing in RestSharp

Queerdoo

New Member
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?
 
Back
Top