java-plist-serializer
java-plist-serializer copied to clipboard
UnMarshal
This is a great little utility to marshal Java objects into plist files but what about unmarshal? The current implementation only supports a one way trip into plist. It would be wonderful if it could go the other direction as well, plist -> java objects.
That's true it could be useful to make it work other way round. At the moment I don't have time to work on that and would be great if you could develop it and contribute your changes with pull request.