c# - Enum deserialization for none .NET application consuming WCF service -



c# - Enum deserialization for none .NET application consuming WCF service -

so question pretty simple- have wcf contract datacontract includes enum. goal is: 1. .net application desrialize datamember suitable enum 2. none .net application desrialize datamember int

is there chance default behaviour? if not how accomplish goal?

thanks!

in .net can cast int enum , viceversa, while having int int others

c# wcf

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -