Converts the specified command to a string representation. This method calls Serialize(EndecaCommand, CommandSerializationContext) with an empty CommandSerializationContext instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

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

ExceptionCondition
System..::.ArgumentNullExceptionIf command is null.

See Also