Converts the specified command to a string representation.  This method calls
              Serialize(EndecaCommand, CommandSerializationContext)
              with an empty CommandSerializationContext instance.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public static string Serialize( EndecaCommand command ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function Serialize ( _ command As EndecaCommand _ ) As String | 
| Visual C++ | 
|---|
| public: static String^ Serialize( EndecaCommand^ command ) | 
Parameters
- command
- Type: Endeca.Data.Provider..::.EndecaCommand
 Command to serialize.
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | If command is null. | 





