ContentWriter.WriteRawObject Generic Method (T)

Note

This generic method is available only when developing for Windows.

Writes a single object to the output binary as an instance of the specified type.

Syntax

'Declaration
Public Sub WriteRawObject(Of T) ( _
         value As T _
)
public void WriteRawObject<T> (
         T value
)
public:
generic<typename T>
void WriteRawObject(
         T value
)

Type Parameters

  • T
    The type of value.

Parameters

  • value
    Type: T
    The value to write.

Remarks

If you specify a base class of the actual object value only data from this base type will be written. This method does not write any type identifier so it cannot support null or polymorphic values, and the reader must specify an identical type while loading the compiled data.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

ContentWriter Class
ContentWriter Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace

Platforms

Windows 7, Windows Vista, Windows XP