4 つの異なる文字列を含む XML ファイルがありますが、ファイルの逆シリアル化に問題があります。誰かがこれで私を助けてくれますか?
オンラインで回答を探しましたが、どれも機能しませんでした。どうすればよいかわかりません。
逆シリアル化しようとしている XML ファイルは次のとおりです。
<?xml version="1.0" encoding="utf-8"?>
<saveData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<strFolder1>1st Location</strFolder1>
<strFolder2>2nd Location</strFolder2>
<strTabName>newTab0</strTabName>
<strTabText>Main</strTabText>
</saveData>