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
Post a Comment