Share via


ContentTypeWriter.Write Method (ContentWriter, Object)

Note

This method is available only when developing for Windows.

Compiles a strongly typed object into binary format.

Syntax

'Declaration
Protected Internal Overrides Sub Write ( _
         output As ContentWriter, _
         value As Object _
)
protected internal override void Write (
         ContentWriter output,
         Object value
)
protected:
internal:
void Write(
         ContentWriter output,
         Object value
) override

Parameters

  • output
    Type: ContentWriter
    The content writer serializing the value.
  • value
    Type: Object
    The value to write.

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 Generic Class
ContentTypeWriter Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace

Platforms

Windows 7, Windows Vista, Windows XP