ContentTypeSerializer Members

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

Public Constructors

Name Description
Public Method ContentTypeSerializer Overloaded. Initializes a new instance of the ContentTypeSerializer class.

Public Properties

Name Description
Public Property 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.
Public Property TargetType Gets the type handled by this serializer component.
Public Property XmlTypeName Gets a short-form XML name for the target type, or null if there is none.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ObjectIsEmpty Queries whether an object contains data to be serialized.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

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

See Also

Reference

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