GantMan / GantMan/PackingPeanut
Android: Time objects come back as Java::Lang::Long
Open
Android
enhancement
- Dominant language
- Ruby
- Stars
- 20
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```
>> App::Persistence["time_test"] = Time.now
=> 2015-07-26 13:59:18 +0000
>> App::Persistence["time_test"]
=> #
```
I'm not sure the best way to deal with this - I expect it has to something to do with the underlying persistence layer only storing primitives (just guessing). Maybe we need to store the original class along with the value?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.