Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 847 Bytes

ClassMapper.org

File metadata and controls

10 lines (7 loc) · 847 Bytes

Tasks

Document debug options

Figure out a better solution to the arrays of serialized objects problem. The MapperConfig system is infinitely less than ideal, but does the job in simple cases. If a better solution cannot be found, there needs to be a way to override the MapperConfig for certain calls.

Remove the mapper config singleton. There is still probably a singleton involved in this, but we need to have a simpler way to support interacting with multiple services that may have conflicting mapper configs.

KVC edge cases to investigate

Figure out if one -> many relationships are any different for us.

They are. They are also nasty from our perspective. That being said, supporting them is more or less necessary to make classmapper work easily with core data. This is something to hack on soon.