Rabbit-R1/switch port/java/sources/com/google/gson/JsonSerializer.java
2024-05-21 17:08:36 -04:00

8 lines
223 B
Java

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