admin
2020-09-19 394c1b925cf8b9ccf98d0b6db3210266d07368ee
1
2
3
4
5
6
7
8
package com.lcjian.library.okhttp.callback;
 
/**
 * Created by JimGong on 2016/6/23.
 */
public interface IGenericsSerializator {
    <T> T transform(String response, Class<T> classOfT);
}