Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法查询 aGsonBuilder以找出哪些类已注册JsonSerializer与之关联?我可能自己可以跟踪它,但如果数据已经在GsonBuilder. 任何帮助,将不胜感激!
GsonBuilder
JsonSerializer
不,没有。
您可以使用类中的getAdapter()方法Gson来获取特定类型的适配器,因此您可以检查任何特定类型的适配器......但没有办法返回所有这些适配器的列表。
getAdapter()
Gson