Tesla Graphics Engine Documentation (January 2012)
BinaryExporter Class
TeslaTesla.Content.LoadersBinaryExporter
Resource exporter that writes ISavable types to the Tesla Engine Binary Object (TEBO) foramt.
Declaration Syntax
C#
public class BinaryExporter : ResourceExporter<ISavable>
Members
All Members Constructors Methods Properties



Icon Member Description
BinaryExporter()()()()
Creates a new BinaryExporter.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extension
Gets the exporter's file extension.
(Inherited from ResourceExporter.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save(ISavable, Stream)
Saves the specified value. Writing external savables will be disabled.
(Overrides ResourceExporter<(Of <(<'ISavable>)>)>.Save(T, Stream).)
Save(ISavable, String)
Saves the specified value. Default external writers will be used if WriteExternals is true.
(Overrides ResourceExporter<(Of <(<'ISavable>)>)>.Save(T, String).)
Save(ISavable, String, array<ExternalWriter>[]()[][])
Saves the specified value. A list of external writers can optionally be passed to either override the default writers or add new ones.

Save(Object, Stream)
Serializes an object to the stream.
(Inherited from ResourceExporter<(Of <(<'T>)>)>.)
Save(Object, String)
Serializes an object and saves it to a file.
(Inherited from ResourceExporter<(Of <(<'T>)>)>.)
TargetType
Gets the target type of resource to export.
(Inherited from ResourceExporter.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteExternals
Gets or sets if the underlying binary savable writer should write external savables. If saving to a stream, this option will always be set to false regardless. The default is true.

Inheritance Hierarchy
Object
ResourceExporter
  ResourceExporter < (Of < ( <' ISavable > ) > ) >
    BinaryExporter

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