Q about jME binary format

I have always been under the impression that the way to deploy your application would be with the models converted to jME binary format. However now This quote has popped up:


As pointed out in the forum thread, you should not use the jme binary format
for long term storage.


This is the thread talked about.
This is the bug discussed (jME 1)

Since the person who said that was llama who seems to know a lot about jME.. I wonder if my initial assumption is correct or not. What is the best way to deploy the application, after all, in regard to models?

Deploying your application is not "long term storage" as discussed in that context. As long as the version of jME remains the same (and more anything related to loading/saving these models) it won't break.



Obviously in a deployed version of your app the jME version is not likely to change.

Thanks for the clarification