ContentWriter.WriteRawObject Generic Method (T)
Writes a single object to the output binary as an instance of the specified type.
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
public void WriteRawObject<T> (
T value
)
Type Parameters
- T
The type of value.
Parameters
- value
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.
See Also
Reference
ContentWriter Class
ContentWriter Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace
Platforms
Windows XP SP2, Windows Vista