Initial commit
This commit is contained in:
10
sources/com/google/gson/JsonSerializationContext.java
Normal file
10
sources/com/google/gson/JsonSerializationContext.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.google.gson;
|
||||
|
||||
import java.lang.reflect.Type;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface JsonSerializationContext {
|
||||
JsonElement serialize(Object obj);
|
||||
|
||||
JsonElement serialize(Object obj, Type type);
|
||||
}
|
||||
Reference in New Issue
Block a user