package com.google.firebase.encoders; import java.io.IOException; /* JADX INFO: Access modifiers changed from: package-private */ /* loaded from: classes3.dex */ public interface Encoder { void encode(TValue tvalue, TContext tcontext) throws IOException; }