Gson
The gson extension package for Fuel
.
Installation
You can download and install fuel-gson
with Maven
and Gradle
. The gson package has the following dependencies:
Gson: 2.8.5
Usage
See FuelGson.kt
Gson Deserialization
Fuel also provides a built in support for Gson Deserialization. This is possible by including the Gson module in your dependency block.
Last updated