Tesla Graphics Engine Documentation (January 2012)
ResourceExporter Class
TeslaTesla.ContentResourceExporter
Class that is responsible for serializing a runtime object and saving it.
Declaration Syntax
C#
public abstract class ResourceExporter
Members
All Members Constructors Methods Properties



Icon Member Description
ResourceExporter(Type, String)
Creates a new resource exporter.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extension
Gets the exporter's file extension.

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(Object, Stream)
Serializes an object to the stream.

Save(Object, String)
Serializes an object and saves it to a file.

TargetType
Gets the target type of resource to export.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

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