Alec Muffett
10/20/2020, 3:48 PMWire Kotlin
section) which I've used in Java before to provide elegant/ish cross-platform serialisation.
What I am seeking is: perspective on whether the problems which Wire addresses for Java, are still an issue with native Kotlin protobuf support and/or serialisation?
Typically Java coders who like Wire are looking for generation of lightweight (field-not-getter) code for Java - to reduce method proliferation - and simpler syntax. Wire has Kotlin support, but given Kotlin's pragmatism, I am wondering how necessary it is, please?gildor
10/20/2020, 11:36 PMgildor
10/20/2020, 11:39 PMAlec Muffett
10/21/2020, 8:14 AMgildor
10/22/2020, 2:08 AM