Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Google Protocol Buffer Converter

A Converter which uses Protocol Buffer binary serialization.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>converter-protobuf</artifactId>
  <version>latest.version</version>
</dependency>

or Gradle:

compile 'com.squareup.retrofit2:converter-protobuf:latest.version'

Snapshots of the development version are available in Sonatype's snapshots repository.