Skip to content

Add Automapper support #106

@glennblock

Description

@glennblock

I've seen a bunch of feedback from folks (lie @AlexZeitler) feeling it is too painful to have to implement document readers and writers. So I am thinking to just add Automapper support in the box (though possible as an add-on for those that don't want it).

  1. By default it would have some simple out of the box mapping rules.
  2. For more advanced cases would be able to customize the Automapper mapping.

The goal would be to reuse the existing abstractions (reader/writer), but you would have a strongly typed MappedReadDocument<T> / MappedWriteDocument<T> or something.

Thoughts on if this is worthwhile / and if so what you'd like to see done? I am definitely NOT the AM expert :-)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions