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.IOException
void read(JmeImporter im) throws java.io.IOException
java.io.IOException