public interface Savable
Savable is an interface for objects that can be serialized
 using jME's serialization system.| Modifier and Type | Method and Description | 
|---|---|
| void | read(JmeImporter im) | 
| void | write(JmeExporter ex) | 
void write(JmeExporter ex) throws java.io.IOException
java.io.IOExceptionvoid read(JmeImporter im) throws java.io.IOException
java.io.IOException