java-plist-serializer icon indicating copy to clipboard operation
java-plist-serializer copied to clipboard

Java objects to plist serializer

Results 2 java-plist-serializer issues
Sort by recently updated
recently updated
newest added

The pl.maciejwalkowiak.plist.handler.CollectionHandler signals to support native arrays, but tries to cast an Incoming primitive array (e.g. int[]) to a Collection.

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...