Package com.jme3.export
Class SavableWrapSerializable
java.lang.Object
com.jme3.export.SavableWrapSerializable
- All Implemented Interfaces:
Savable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Serializable>
Tget()
void
read
(JmeImporter im) void
set
(Serializable obj) void
write
(JmeExporter ex)
-
Field Details
-
obj
-
-
Constructor Details
-
SavableWrapSerializable
public SavableWrapSerializable() -
SavableWrapSerializable
-
-
Method Details
-
set
-
get
-
write
- Specified by:
write
in interfaceSavable
- Throws:
IOException
-
read
- Specified by:
read
in interfaceSavable
- Throws:
IOException
-