You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. It only affect the generic toJavaObject, the other overlord worked fine. I fixed the issue in commit #73db2c2. Hope that helps.
While converting a NSDictionary to a Java Object, the type
NSData
is not handled in deserialisation:It seems that the
NSObject.toJavaObject
does not handlesNSData
case. Is this intended beharvior or is this case missing?Library Version: 1.23
The text was updated successfully, but these errors were encountered: