Namespace Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler
Classes
- ContentCompiler
Provides methods for writing compiled binary format.
- ContentTypeWriter
Provides methods and properties for compiling a specific managed type into a binary format.
- ContentTypeWriterAttribute
Identifies the components of a type writer. Custom content writers must apply this attribute to their class as well as extend the ContentTypeWriter class.
- ContentTypeWriter<T>
Provides a generic implementation of ContentTypeWriter methods and properties for compiling a specific managed type into a binary format.
- ContentWriter
Provides an implementation for many of the ContentCompiler methods including compilation, state tracking for shared resources and creation of the header type manifest.