ContentTypeSerializer Members
The following tables list the members exposed by the ContentTypeSerializer type.
Public Constructors
Name | Description | |
---|---|---|
ContentTypeSerializer | Overloaded. Initializes a new instance of the ContentTypeSerializer class. |
Public Properties
Name | Description | |
---|---|---|
CanDeserializeIntoExistingObject | (Inherited from ContentTypeSerializer.) | |
TargetType | (Inherited from ContentTypeSerializer.) | |
XmlTypeName | (Inherited from ContentTypeSerializer.) |
Public Methods
Name | Description | |
---|---|---|
Deserialize | Overloaded. Deserializes an object from intermediate XML format. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ObjectIsEmpty | Overloaded. Queries whether an object contains data to be serialized. | |
ScanChildren | Overloaded. Examines the children of the specified object, passing each to a callback delegate. | |
Serialize | Overloaded. Serializes an object to intermediate XML format. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ContentTypeSerializer Generic Class
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace