rexmas / RealmCrust

Simple Crust Extension for Mapping Realm Objects From JSON
MIT License
25 stars 1 forks source link

Cache support #5

Closed rexmas closed 8 years ago

rexmas commented 8 years ago

There should be a cache to catch recursive mappings.

rexmas commented 8 years ago

Another simple way to achieve this would just to look up at the parent context and see if an object is already being mapped.