Join Slack
Communities
Powered by
How would I implement this but using the json seri...
# serialization
z
zt
08/20/2024, 9:32 PM
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
jw
08/20/2024, 10:09 PM
The Json format has
java.io
, Okio, and kotlinx.io-based streaming support, yes
5
Views
Open in Slack
Previous
Next