Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace

Note

This namespace is available only when developing for Windows.

Provides base classes that represent the creation and writing of intermediate content for game asset types processed by the XNA Framework Content Pipeline.

Classes

Name Description
Public Class ContentTypeSerializer Provides a generic implementation of ContentTypeSerializer methods and properties for serializing and deserializing a specific managed type.
Public Class ContentTypeSerializer Provides methods for serializing and deserializing a specific managed type.
Public Class ContentTypeSerializerAttribute Identifies type serializer components.
Public Class IntermediateReader Provides an implementation of many of the methods of IntermediateSerializer. Deserializes and tracks state for shared resources and external references.
Public Class IntermediateSerializer Provides methods for reading and writing XNA intermediate XML format.
Public Class IntermediateWriter Provides an implementation of many of the methods of IntermediateSerializer including serialization and state tracking for shared resources and external references.

Delegates

Name Description
Public Delegate ContentTypeSerializer.ChildCallback Callback delegate for the ScanChildren method.