IntermediateWriter.WriteObject Generic Method (T, ContentSerializerAttribute)
Note
This generic method is available only when developing for Windows.
Writes a single object to the output XML stream.
Syntax
'Declaration
Public Sub WriteObject(Of T) ( _
value As T, _
format As ContentSerializerAttribute _
)
public void WriteObject<T> (
T value,
ContentSerializerAttribute format
)
public:
generic<typename T>
void WriteObject(
T value,
ContentSerializerAttribute format
)
Type Parameters
- T
The type of value to write.
Parameters
- value
Type: T
The value to write. - format
Type: ContentSerializerAttribute
The format of the XML.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
IntermediateWriter Class
IntermediateWriter Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace
Platforms
Windows 7, Windows Vista, Windows XP