[This is preliminary documentation and is subject to change.]
Serializes the specified object to a JSON string.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string SerializeObject( Object value ) |
Visual Basic (Declaration) |
---|
Public Shared Function SerializeObject ( _ value As Object _ ) As String |
Visual C++ |
---|
public: static String^ SerializeObject( Object^ value ) |
Parameters
- value
- Type: System..::.Object
The object to serialize.