Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.google.firebase.encoders;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.Writer;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public interface DataEncoder {
|
||||
String encode(Object obj);
|
||||
|
||||
void encode(Object obj, Writer writer) throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user