danneu
val bytes: ByteArray by lazy { StringWriter().apply { produceStream(this) }.toString().toByteArray() }