This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: