Provides support for converting EndecaCommand instances to and from strings.

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

Syntax

C#
public static class CommandSerialization
Visual Basic (Declaration)
Public NotInheritable Class CommandSerialization
Visual C++
public ref class CommandSerialization abstract sealed

Remarks

The methods of this class delegate their implementation to the CommandSerializationProvider instance specified by the Provider property. By default, this serializer will be an DefaultCommandSerializationProvider instance. Alternative implementations may be specified by adding entries in the application configuration file. See CommandSerializationSection for details.

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.CommandSerialization

See Also