loader.loadModel() and loader.saveModel() - Input/Output formats?

General question about loading and saving models from Python - Do loader.loadModel() and loader.saveModel() read and write any format for which there exists an EggToXXXX() C++ method or do they only load Panda3D-specific formats?

loadModel will load any format for which there are egg2x programs, as well as any supported by Assimp library if Assimp support is enabled, as well as .bam and .egg itself of courseā€¦

saveModel will only work for a few select formats, which I think are .egg and .bam.