Not the best solution but what I used to workaround this issue was this:
update
[NSNull null] to [NSData data] while saving,
and
[NSData data] to [NSNull null] while reading (if needed).
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Not the best solution but what I used to workaround this issue was this:
update
[NSNull null] to [NSData data] while saving,
and
[NSData data] to [NSNull null] while reading (if needed).