ContentTypeWriter Members
The following tables list the members exposed by the ContentTypeWriter type.
Protected Constructors
Name | Description | |
---|---|---|
ContentTypeWriter | Initializes a new instance of the ContentTypeWriter class. |
Public Properties
Name | Description | |
---|---|---|
CanDeserializeIntoExistingObject | Determines if deserialization into an existing object is possible. | |
TargetType | Gets the type handled by this compiler component. | |
TypeVersion | Gets a format version number for this type. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRuntimeReader | Gets the assembly qualified name of the runtime loader for this type. | |
GetRuntimeType | Gets the assembly qualified name of the runtime target type. | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
Initialize | Retrieves and caches nested type writers and allows for reflection over the target data type. | |
MemberwiseClone | (Inherited from Object.) | |
ShouldCompressContent | Indicates whether a given type of content should be compressed. | |
Write | Compiles an object into binary format. |
See Also
Reference
ContentTypeWriter Class
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace