ghedeon
@Serializable data class Foo(@Transient val bar: String) println(Json.stringify(Foo.serializer(), Foo("lorem")))
@Transient
sandwwraith