IntermediateReader.ReadObject Method
Reads a single object from the input XML stream.
Overload List
Name | Description |
---|---|
IntermediateReader.ReadObject (ContentSerializerAttribute) | Reads a single object from the input XML stream. |
IntermediateReader.ReadObject (ContentSerializerAttribute, ContentTypeSerializer) | Reads a single object from the input XML stream, using the specified type hint. |
IntermediateReader.ReadObject (ContentSerializerAttribute, ContentTypeSerializer, T) | Reads a single object from the input XML stream using the specified type hint, optionally specifying an existing instance to receive the data. |
IntermediateReader.ReadObject (ContentSerializerAttribute, T) | Reads a single object from the input XML stream, optionally specifying an existing instance to receive the data. |
See Also
Reference
IntermediateReader Class
IntermediateReader Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace