Rabbit-R1/switch port/java/sources/com/alibaba/fastjson/JSONStreamAware.java

9 lines
197 B
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package com.alibaba.fastjson;
import java.io.IOException;
/* loaded from: classes2.dex */
public interface JSONStreamAware {
void writeJSONString(Appendable appendable) throws IOException;
}