A Converter
which uses Wire for protocol buffer-compatible serialization.
Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-wire</artifactId>
<version>latest.version</version>
</dependency>
or Gradle:
implementation 'com.squareup.retrofit2:converter-wire:latest.version'
Snapshots of the development version are available in Sonatype's snapshots
repository.