Marc
Marc
- typed-csv - scala-csv-types - csv-with-types
:+1: Clearly, a solution to this will have to end up in play-slick, if we want this to be a/the mainstream approach, right?
Ah, that does make sense @nbauernfeind, thank you. In this case I guess the best approach is to have an intermediate data structure then, for (de-)serialization, which uses the unwrapped...
We are using value classes. But there's enough limitations with Jackson and Scala that I found it easier just to have transformations to/from simplified representations for Jackson.
Yeah I get it. Once 2.10 is not supported, a lot more stuff can be done in this module. As it stands, I contend that transforming to a simplified representation...
Hi, is this project still alive?