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).
- By default it would have some simple out of the box mapping rules.
- 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 :-)
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).
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 :-)