I'm wondering if i should take Xml or Datacontract serializer. I saw that datacontractserializer is better in performance and seem to have other advantage too. But can i use the System.Runetime.Serializer dll in IOS and Android project ? and is this stable as the XML serializer ?
Note that my web service is in ASMX.
Thanks!