package com.google.gson; import java.lang.reflect.Type; /* loaded from: classes.dex */ public interface JsonSerializer { JsonElement serialize(T t, Type type, JsonSerializationContext jsonSerializationContext); }