Retrofit 2.4.0 发布,Android 的 REST 客户端

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Retrofit 2.4.0 已发布,Retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。该版本引入了一些新特性,以及修复 bug。 更新内容 New: Retrofit.Builder exposes mutable lists of the added converte...

Retrofit 2.4.0 已发布,Retrofit 是一个类型安全的 REST 客户端,用于 Android 平台。该版本引入了一些新特性,以及修复 bug。

更新内容

  • New: Retrofit.Builder exposes mutable lists of the added converter and call adapter factories.

  • New: Call adapter added for Scala's Future.

  • New: Converter for JAXB replaces the now-deprecated converter for Simple XML Framework.

  • New: Add Java 9 automatic module names for each artifact corresponding to their root package.

  • Fix: Do not swallow Errors from callbacks (usually OutOfMemoryError).

  • Fix: Moshi and Gson converters now assert that the full response was consumed. This prevents hiding bugs in faulty adapters which might not have consumed the full JSON input which would then cause failures on the next request over that connection.

  • Fix: Do not conflate OkHttp Call cancelation with RxJava unsubscription/disposal. Prior to this change, canceling of a Call would prevent a cancelation exception from propagating down the Rx stream.

源码下载:https://github.com/square/retrofit/releases/tag/parent-2.4.0


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深度学习入门

深度学习入门

[ 日] 斋藤康毅 / 陆宇杰 / 人民邮电出版社 / 2018-7 / 59.00元

本书是深度学习真正意义上的入门书,深入浅出地剖析了深度学习的原理和相关技术。书中使用Python3,尽量不依赖外部库或工具,从基本的数学知识出发,带领读者从零创建一个经典的深度学习网络,使读者在此过程中逐步理解深度学习。书中不仅介绍了深度学习和神经网络的概念、特征等基础知识,对误差反向传播法、卷积神经网络等也有深入讲解,此外还介绍了深度学习相关的实用技巧,自动驾驶、图像生成、强化学习等方面的应用,......一起来看看 《深度学习入门》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具