then you can just `import PersonJsonWriter` and th...
# announcements
s
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>) { ... }