IntermediateReader.ReadRawObject Method

Reads a single object from the input XML stream.

Overload List

Name Description
IntermediateReader.ReadRawObject (ContentSerializerAttribute) Reads a single object from the input XML stream as an instance of the specified type, optionally specifying an existing instance to receive the data.
IntermediateReader.ReadRawObject (ContentSerializerAttribute, ContentTypeSerializer) Reads a single object from the input XML stream as an instance of the specified type using the specified type hint.
IntermediateReader.ReadRawObject (ContentSerializerAttribute, ContentTypeSerializer, T) Reads a single object from the input XML stream as an instance of the specified type using the specified type hint, optionally specifying an existing instance to receive the data.
IntermediateReader.ReadRawObject (ContentSerializerAttribute, T) Reads a single object from the input XML stream, as an instance of the specified type.

See Also

Reference

IntermediateReader Class
IntermediateReader Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace