wislon / monodroid-locationservice-bootstrap

Xamarin (Mono for Android) bootstrap application for quickly getting a simple location monitoring service up and running, and capturing location-based data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data persistence and mapping resolver

wislon opened this issue · comments

Build a mapping resolver that will take a given object type, and a given type of persistence (e.g. text) and work out if there's an existing mapper for it. And if so, to set it up and invoke it when the app tries to persist data via a specific type of persistence context.