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

CollectionHandler Fails on Primitive Arrays

Open hannes-angst opened this issue 9 years ago • 0 comments

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.

hannes-angst avatar Mar 17 '16 10:03 hannes-angst