-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash in JSONWarehouse during JSON Write #58
Comments
the same is happening to me.
seems to be that a struct containing a Date can't be "packed". My temporal solution is to "pack" an intermediary storage type and not the serialized struct. |
Same with me. No clue what to do. |
Different data type (a business class that I have), same error. |
Also happening to me. Log:
|
Same. Any updates on this? |
Nope, definitely no time to work on this coming up. I expect there will be no more updates as Swift 4 will provide native de/serialization when it's released. |
I have the following nested model:
checklist.toDictionary() produces the following:
when I call Pantry.pack() on the checklist instance, I stumble upon a crash in JSONWarehouse.swift:
The text was updated successfully, but these errors were encountered: