Tesla Graphics Engine Documentation (January 2012)
Save Method (value, output)
TeslaTesla.Content.LoadersBinaryExporterSave(ISavable, Stream)
Saves the specified value. Writing external savables will be disabled.
Declaration Syntax
C#
public override void Save(
	ISavable value,
	Stream output
)
Parameters
value (ISavable)
Object to serialize
output (Stream)
Stream to serialize the object into

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)