Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | Gets a value indicating whether this component may load data into an existing object or if it must it construct a new instance of the object before loading the data. |
![]() |
TargetType | Gets the type handled by this serializer component. |
![]() |
XmlTypeName | Gets a short-form XML name for the target type, or null if there is none. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ObjectIsEmpty | Queries whether an object contains data to be serialized. |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Deserialize | Deserializes an object from intermediate XML format. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
Initialize | Retrieves and caches any nested type serializers and allows reflection over the target data type. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ScanChildren | Examines the children of the specified object, passing each to a callback delegate. |
![]() |
Serialize | Serializes an object to intermediate XML format. |
See Also
Reference
ContentTypeSerializer Class
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace