2.12.0 #4373
2.12.0
#4373
Replies: 1 comment 1 reply
-
Is it by nature Kotlin serialisation factory doesn't have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New
First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using
Call.enqueue
directly.The following converters support this feature through a new
withStreaming()
factory method:Fixed
@Tag
now work by storing the value boxed with the boxed class as the key.This discussion was created from the release 2.12.0.
Beta Was this translation helpful? Give feedback.
All reactions