类 EMOneWayDeleteConversationResult.CustomTypeAdapterFactory

java.lang.Object
com.easemob.im.api.model.EMOneWayDeleteConversationResult.CustomTypeAdapterFactory
所有已实现的接口:
com.google.gson.TypeAdapterFactory
封闭类:
EMOneWayDeleteConversationResult

public static class EMOneWayDeleteConversationResult.CustomTypeAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
  • 构造器详细资料

    • CustomTypeAdapterFactory

      public CustomTypeAdapterFactory()
  • 方法详细资料

    • create

      public <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
      指定者:
      create 在接口中 com.google.gson.TypeAdapterFactory