public void writeTo()

in src/main/java/org/opensearch/geospatial/action/upload/geojson/UploadGeoJSONRequest.java [53:56]


    public void writeTo(StreamOutput out) throws IOException {
        super.writeTo(out);
        out.writeBytesReference(content);
    }