Opened 14 years ago
Closed 14 years ago
#3631 closed defect (fixed)
[dojo.data] in JsonItemWriteStore, add serialization support for custom types
Reported by: | skinner | Owned by: | skinner |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
JsonItemStore now has support for reading in Date literals and custom data type literals, which means JsonItemWriteStore now needs to support writing out Date literals and custom literals.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 1.0 |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | 1.0 → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Great! I was behind the times -- I didn't realize that it was already implemented in ItemFileWriteStore? as well as ItemFileReadStore?. Closing.
Note: See
TracTickets for help on using
tickets.
Brian,