Type Definition anterofit::JsonAdapter [] [src]

type JsonAdapter<E = DefaultExecutor, I = NoIntercept> = Adapter<E, I, Serializer, Deserializer>;

A shorthand for an adapter with JSON serialization enabled.