Registry / serialization / converter-moshi

converter-moshi

JSON →
library3.0.0javamavenunverified

A Retrofit converter that uses Moshi for JSON serialization and deserialization.

<dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-moshi</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · CONVERTER-MOSHI
C
converter-moshi
serializationjavav3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MoshiConverterFactory
retrofit2.converter.moshi.MoshiConverterFactory

Create a Retrofit instance with Moshi converter.

import retrofit2.Retrofit; import retrofit2.converter.moshi.MoshiConverterFactory; public class Example { public static void main(String[] args) { Retrofit retrofit = new Retrofit.Builder() .baseUrl("https://api.example.com/") .addConverterFactory(MoshiConverterFactory.create()) .build(); System.out.println("Retrofit with Moshi created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
OpenAI (training)
1
Resources
converter-moshi — mvn dependency:get converter-moshi · libregistry