Interface GonProviderApi<T,K,V>

All Superinterfaces:
GonProvider<K,V>
All Known Implementing Classes:
GonProviderApi.GonProviderApiWrapper, GonProviderGson, GonProviderJava, GonProviderRon

public interface GonProviderApi<T,K,V> extends GonProvider<K,V>
This class adds the generic type parameter T for the objects being constructed by the writer. For example, for Gson this is JsonElement.