使用 xstream 的 XmlArrayList 和 FilePersistenceStrategy 如何控制输出 xml 文件的名称?
目前文件被命名为:int@0.xml
我需要用业务可以理解的文件命名它们/
链接:http: //x-stream.github.io/index.html
代码: PersistenceStrategy strategy = new FilePersistenceStrategy(new File("C:\workingTemp"));
List list = new XmlArrayList(strategy);
list.add(myObj)
谢谢