用于Kotlin序列化的Retrofit 2 Converter.Factory。-Android开发

时间:2024-06-15 03:28:33
【文件属性】:

文件名称:用于Kotlin序列化的Retrofit 2 Converter.Factory。-Android开发

文件大小:79KB

文件格式:ZIP

更新时间:2024-06-15 03:28:33

Android Kotlin

Kotlin序列化转换器Retrofit 2 Converter.Factory,用于Kotlin序列化。 用法在使用stringBased或bytesBased工厂方法构建Retrofit实例时,添加一个转换器工厂:Kotlin序列化转换器用于Kotlin序列化的Retrofit 2 Converter.Factory。 用法使用asConverterFactory扩展功能构建Retrofit实例时,添加一个转换器工厂:val contentType =“ application / json” .toMediaType()val retrofit = Retrofit.Builder().baseUrl(“ https://example.com/”) .addConverterFactory(Json.asConverterFactory(contentType)).build()响应主体类型(例如Call )和@Body类型(例如@Body用户:User)现在将使用


【文件预览】:
retrofit2-kotlinx-serialization-converter-trunk
----.gitignore(99B)
----build.gradle(2KB)
----src()
--------main()
--------test()
----.travis.yml(2KB)
----.buildscript()
--------deploy_snapshot.sh(966B)
----gradlew(5KB)
----CHANGELOG.md(2KB)
----LICENSE.txt(11KB)
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(846B)
----gradle()
--------wrapper()
--------gradle-mvn-push.gradle(6KB)
----.editorconfig(168B)

网友评论