package com.parse;

import org.json.JSONObject;

/* JADX INFO: loaded from: classes.dex */
public class NoObjectsEncoder extends ParseEncoder {
    public static final NoObjectsEncoder INSTANCE = new NoObjectsEncoder();

    @Override // com.parse.ParseEncoder
    public JSONObject encodeRelatedObject(ParseObject parseObject) {
        throw new IllegalArgumentException("ParseObjects not allowed here");
    }
}
