Can DL4J export an ONNX format model?

I want to export the ONNX format model from MultiLayerNetwork, but only

multiLayerNetwork.save(new File("model.zip"));

support, and it can only export a zip file, not ONNX. I trained the model and want to use in another application.

@Glowberry we only support onnx import unfortunately.