xstream の XmlArrayList と FilePersistenceStrategy を使用して、出力 xml ファイルの名前を制御するにはどうすればよいですか?
現在、ファイルの名前は次のとおりです: int@0.xml
ビジネスでわかりやすいファイルで名前を付ける必要があります/
リンク: http://x-stream.github.io/index.html
コード: PersistenceStrategy strategy = new FilePersistenceStrategy(new File("C:\workingTemp"));
リスト list = new XmlArrayList(strategy);
list.add(myObj)
ありがとう