deserializer xml (problème avec les sequences d'éléments)
bonjour tout le monde
j'ai le fichier xml suivant
Code:
1 2 3 4 5 6 7 8 9 10 11 12
|
<tests.Config>
<inputpath>C:\test\</inputpath>
<rejectpath>C:\reject\</rejectpath>
<processedpath>C:\destination\</processedpath>
<services__not__suppoterd>
<sncode>1</sncode>
<sncode>2</sncode>
<sncode>3</sncode>
<sncode>4</sncode>
</services__not__suppoterd>
</tests.Config> |
je veux savoir comment je peut obtenir la sequence SNCODE dans une collection ou un tableau en deserializant ce fichier
Merci ;)