Strongly typed resource exporter. Subclass this to add new exporters for different object types.
| C# |
public abstract class ResourceExporter<T> : ResourceExporter
- T
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
ResourceExporter<(Of <(<'T>)>)>(String) |
Creates a new resource exporter.
|
|
|
Equals(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(Object, Stream) |
Serializes an object to the stream.
(Overrides ResourceExporter.Save(Object, Stream).) |
|
|
Save(T, Stream) |
Serializes an object to the stream.
|
|
|
Save(Object, String) |
Serializes an object and saves it to a file.
(Overrides ResourceExporter.Save(Object, String).) |
|
|
Save(T, String) |
Serializes an object and saves it to a file.
|
|
|
TargetType |
Gets the target type of resource to export.
(Inherited from ResourceExporter.) |
|
|
ToString()()()() |
(Inherited from Object.) |
| Object | |||
|
|
ResourceExporter | ||
|
|
ResourceExporter<(Of <(<'T>)>)> | ||
|
|
BinaryExporter | ||
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)