Tesla Graphics Engine Documentation (January 2012)
ISavable Interface
TeslaTesla.ContentISavable
Interface for engine objects that can be serialized and saved as well as deserialized and re-created.
Declaration Syntax
C#
public interface ISavable
Members
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)