Interface for engine objects that can be serialized and saved as well as deserialized and re-created.
| C# |
public interface ISavable
| All Members | Methods | ||||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Read(ISavableReader) |
Deserializes the object and populates it from the input.
|
|
|
Write(ISavableWriter) |
Serializes the object and writes it to the output.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)