While converting a NSDictionary to a Java Object, the type NSData is not handled in deserialisation:
java.lang.IllegalArgumentException: Cannot process NSData
at com.dd.plist.NSObject.toJavaObject(NSObject.java:319)
at com.dd.plist.NSObject.deserializeObject(NSObject.java:356)
at com.dd.plist.NSObject.toJavaObject(NSObject.java:316)
at com.dd.plist.NSObject.toJavaObject(NSObject.java:184)
It seems that the NSObject.toJavaObject does not handles NSData case. Is this intended beharvior or is this case missing?
Library Version: 1.23
While converting a NSDictionary to a Java Object, the type
NSDatais not handled in deserialisation:It seems that the
NSObject.toJavaObjectdoes not handlesNSDatacase. Is this intended beharvior or is this case missing?Library Version: 1.23