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 void Serialize( Object data, StringBuilder sb ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub Serialize ( _ data As Object, _ sb As StringBuilder _ ) |
| Visual C++ |
|---|
public: static void Serialize( Object^ data, StringBuilder^ sb ) |
Parameters
- data
- Type: System..::.Object
Object to serialize
- sb
- Type: System.Text..::.StringBuilder
StringBuilder to write the JSON to