







[Missing <summary> documentation for "M:Moxiecode.Manager.Utils.JSON.SerializeRPC(System.String,System.Object,System.Object,System.IO.Stream)"]
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static void SerializeRPC( string id, Object error, Object obj, Stream stream ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SerializeRPC ( _ id As String, _ error As Object, _ obj As Object, _ stream As Stream _ ) |
Visual C++ |
---|
public: static void SerializeRPC( String^ id, Object^ error, Object^ obj, Stream^ stream ) |
Parameters
- id
- Type: System..::.String
[Missing <param name="id"/> documentation for "M:Moxiecode.Manager.Utils.JSON.SerializeRPC(System.String,System.Object,System.Object,System.IO.Stream)"]
- error
- Type: System..::.Object
[Missing <param name="error"/> documentation for "M:Moxiecode.Manager.Utils.JSON.SerializeRPC(System.String,System.Object,System.Object,System.IO.Stream)"]
- obj
- Type: System..::.Object
[Missing <param name="obj"/> documentation for "M:Moxiecode.Manager.Utils.JSON.SerializeRPC(System.String,System.Object,System.Object,System.IO.Stream)"]
- stream
- Type: System.IO..::.Stream
[Missing <param name="stream"/> documentation for "M:Moxiecode.Manager.Utils.JSON.SerializeRPC(System.String,System.Object,System.Object,System.IO.Stream)"]