IntermediateWriter Members

The following tables list the members exposed by the IntermediateWriter type.

Public Properties

Name Description
Public Property Serializer Gets the parent serializer.
Public Property Xml Gets the XML output stream.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)
Public Method WriteExternalReference Adds an external reference to the output XML, and records the filename to be serialized later.
Public Method WriteObject Overloaded. Writes a single object to the output XML stream.
Public Method WriteRawObject Overloaded. Writes a single object to the output XML stream.
Public Method WriteSharedResource Adds a shared reference to the output XML and records the object to be serialized later.
Public Method WriteTypeName Writes a managed type descriptor to the XML output stream.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

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