Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Serialize( _ ByVal o As Object, _ ByVal options As JSONSerializationOptions _ ) As JSONObject |
C# | |
---|---|
public static JSONObject Serialize( object o, JSONSerializationOptions options ) |
Parameters
- o
- The object to serialize.
- options
- An instance of the JSONSerializationOptions class containing data for the JSON serialization process.
Return Value
A JSONObject representing the object that has been serialized.For more information about JSON serialization please see: JSON Serialization.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000