Search code examples
javaobjective-cserializationplist

Creating a plist using Java


Is there an easy way to create a plist with Java? The result should be the same as serializing a dictionary in Objective C.


Solution

  • The PList class from code.google.com/xmlwise looks more promising to me.