Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Silverlight
 WriteObject Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Silverlight

Other versions are also available for the following:
.NET Framework Class Library for Silverlight
DataContractJsonSerializer..::.WriteObject Method

Serializes a specified object to JavaScript Object Notation (JSON) data and writes the resulting JSON to a stream.

Namespace:  System.Runtime.Serialization.Json
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)
Visual Basic (Declaration)
Public Sub WriteObject ( _
    stream As Stream, _
    graph As Object _
)
C#
public void WriteObject(
    Stream stream,
    Object graph
)

Parameters

stream
Type: System.IO..::.Stream
The Stream that is written to.
graph
Type: System..::.Object
The object that contains the data to write to the stream.
ExceptionCondition
InvalidDataContractException

The type being serialized does not conform to data contract rules. For example, the DataContractAttribute attribute has not been applied to the type.

SerializationException

There is a problem with the instance being written.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker