An NDoc Documented Class Library

CustomCommandSerializer.Serialize Method 

[Visual Basic]
Overridable Public Function Serialize( _ 
   ByVal assemblyName As String, _ 
   ByVal typeName As String, _ 
   ByVal method As String, _ 
   ByVal arguments As Object() _ 
) As String
[C#]
public virtual string Serialize(
   string assemblyName,
   string typeName,
   string method,
   object[] arguments
);
[C++]
public: virtual String* Serialize(
   String* assemblyName,
   String* typeName,
   String* method,
   Object* arguments __gc[]
);
[JScript]
public virtual function Serialize(
   String assemblyName,
   String typeName,
   String method,
   Object[] arguments
): String;

See Also

CustomCommandSerializer Class | White.Core.CustomCommands Namespace