Serializes an object to FirePHP-specific format of JSON
Namespace:
CDub.FireNetAssembly: CDub.FireNet (in CDub.FireNet)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string Serialize( Object data ) |
Visual Basic (Declaration) |
---|
Public Shared Function Serialize ( _ data As Object _ ) As String |
Visual C++ |
---|
public: static String^ Serialize( Object^ data ) |
Parameters
- data
- Type: System..::.Object
Object to serialize