Skip to content

Using a case class for both JSON parsing and SQL activities #28

Answered by lihaoyi
samikrc asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try using a normal ScalaSql case class Foo[T[_]], and define the upickle seriaizer via implicit def rw: upickle.default.ReadWriter[Foo[Sc]] = macroRw[Foo[Sc]]

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by samikrc
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants