Serializes the specified command to a string-based representation.

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

Syntax

C#
protected virtual string SerializeCommand(
	EndecaCommand command,
	CommandSerializationContext context
)
Visual Basic (Declaration)
Protected Overridable Function SerializeCommand ( _
	command As EndecaCommand, _
	context As CommandSerializationContext _
) As String
Visual C++
protected:
virtual String^ SerializeCommand(
	EndecaCommand^ command, 
	CommandSerializationContext^ context
)

Parameters

command
Type: Endeca.Data.Provider..::.EndecaCommand
Command to serialize.
context
Type: Endeca.Data..::.CommandSerializationContext
Provides additional contextual information for use during serialization.

Return Value

See Also