Fuel - Documentation
  • README
  • Core
    • Fuel
  • Support
    • Android
    • Coroutines
    • AAC LiveData
    • RxJava
    • Reactor
  • Deserialization
    • Forge
    • Gson
    • Jackson
    • Json
    • Kotlinx-Serialization
    • Moshi
  • Legacy
    • v1.x.y
Powered by GitBook
On this page
  • Installation
  • Usage

Was this helpful?

  1. Deserialization

Moshi

PreviousKotlinx-SerializationNextv1.x.y

Last updated 6 years ago

Was this helpful?

The moshi extension package for Fuel.

Installation

You can and install fuel-moshi with Maven and Gradle. The moshi package has the following dependencies:

  • Moshi: 1.8.0

implementation 'com.github.kittinunf.fuel:fuel:<latest-version>'
implementation 'com.github.kittinunf.fuel:fuel-moshi:<latest-version>'

Usage

See FuelMoshi.kt

download
Fuel