package com.demo.lib.common.okhttp.callback; /** * Created by JimGong on 2016/6/23. */ public interface IGenericsSerializator { T transform(String response, Class classOfT); }