Join Slack
Powered by
then you can just `import PersonJsonWriter` and th...
# announcements
s
sam
06/30/2016, 10:12 PM
then you can just
import PersonJsonWriter
and the compiler just picks it up where you declared you wanted the typeclass
fun <T> write(t: T, writer:JsonWriter<T>) { ... }
Open in Slack
Previous
Next