use it with ``` GsonBuilder().registerTypeAdapter(...
# random
k
use it with
Copy code
GsonBuilder().registerTypeAdapter(Contact::class.java, ContactSerializer()).create()