How would I implement this but using the json seri...
# serialization
z
How would I implement this but using the json serialization module? https://github.com/googleapis/google-http-java-client/blob/main/google-http-client[…]/src/main/java/com/google/api/client/json/gson/GsonFactory.java Is it even possible to do this way of deserialization/serialization on a stream with kotlinx serialization?
j
The Json format has java.io, Okio, and kotlinx.io-based streaming support, yes