• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Working out if a deserialize can deserialize an xml string

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Working out if a deserialize can deserialize an xml string

    Grrr....

    Need to try and figure out if a given XML serializer is capable of deserializing a given XML string. At this point I don't know what type it is expected to be.

    CanDeserialize works fine - but not if the serialization assemblies are auto generated.

    CanDeserialize does not work with generated assemblies using sgen.exe

    Any suggestions ? The only thing I have available is some XML serializers and the XML string...

Working...
X