Base class for classes that can convert EndecaCommand instances to and from a string-based representation.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public abstract class CommandSerializationProvider : ProviderBase
Visual Basic (Declaration)
Public MustInherit Class CommandSerializationProvider _
	Inherits ProviderBase
Visual C++
public ref class CommandSerializationProvider abstract : public ProviderBase

Inheritance Hierarchy

See Also