EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

added kotlin support for RecordedEvents to be hydrated by data classes #160

Closed nhajratw closed 2 years ago

nhajratw commented 2 years ago

This fixes #159 -- i don't think it takes care of all the kotlin cases, but does take care of the ones i've run into so far.

Also, i notice there are a lot of different JsonMapper creations all over the code. Probably should consolidate that into a factory of some sort.

hayley-jean commented 2 years ago

Hi @nhajratw thank you for the contribution

Unfortunately we have decided previously that we will be removing (de)serialization on behalf of the client going forward. You can read more about it in this comment: https://github.com/EventStore/EventStoreDB-Client-Java/pull/147#issuecomment-1125964595

In light of this, I'm going to close the PR as we won't be able to accept it