ContentTypeWriter Members

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

Protected Constructors

Name Description
Protected Method ContentTypeWriter Initializes a new instance of the ContentTypeWriter class.

Public Properties

Name Description
Public Property CanDeserializeIntoExistingObject Determines if deserialization into an existing object is possible.
Public Property TargetType Gets the type handled by this compiler component.
Public Property TypeVersion Gets a format version number for this type.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetRuntimeReader Gets the assembly qualified name of the runtime loader for this type.
Public Method GetRuntimeType Gets the assembly qualified name of the runtime target type.
Public Method GetType (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method Initialize Retrieves and caches nested type writers and allows for reflection over the target data type.
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method ShouldCompressContent Indicates whether a given type of content should be compressed.
Protected Method Write Compiles an object into binary format.

See Also

Reference

ContentTypeWriter Class
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace