Rabbit-R1/switch port/java/sources/com/alibaba/fastjson/JSONStreamAware.java
2024-05-21 17:08:36 -04:00

8 lines
197 B
Java

package com.alibaba.fastjson;
import java.io.IOException;
/* loaded from: classes2.dex */
public interface JSONStreamAware {
void writeJSONString(Appendable appendable) throws IOException;
}