[This is preliminary documentation and is subject to change.]

Serializes the specified Object and writes the Json structure to a Stream using the specified JsonWriter.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public void Serialize(
	JsonWriter jsonWriter,
	Object value
)
Visual Basic (Declaration)
Public Sub Serialize ( _
	jsonWriter As JsonWriter, _
	value As Object _
)
Visual C++
public:
void Serialize(
	JsonWriter^ jsonWriter, 
	Object^ value
)

Parameters

jsonWriter
Type: Facebook.Json..::.JsonWriter
The JsonWriter used to write the Json structure.
value
Type: System..::.Object
The Object to serialize.

See Also

JsonSerializer Class
Serialize Overload
Facebook.Json Namespace