ContentTypeWriter.Write Method
Note
This method is available only when developing for Windows.
Compiles an object into binary format.
Syntax
'Declaration
Protected Internal MustOverride Sub Write ( _
output As ContentWriter, _
value As Object _
)
protected internal abstract void Write (
ContentWriter output,
Object value
)
protected:
internal:
void Write(
ContentWriter output,
Object value
) abstract
Parameters
- output
Type: ContentWriter
The content writer serializing the value. - value
Type: Object
The resultant object.
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
ContentTypeWriter Class
ContentTypeWriter Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace
Platforms
Windows 7, Windows Vista, Windows XP