This interface is implemented by classes that serialize a collection of commands into an IDictionary<(Of <(TKey, TValue>)>). Classes that implement this interface can also deserialize an IDictionary<(Of <(TKey, TValue>)>) into a collection of commands.

Namespace:  Endeca.Web.Url.Seo
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public interface ICommandCollectionSerializer
Visual Basic (Declaration)
Public Interface ICommandCollectionSerializer
Visual C++
public interface class ICommandCollectionSerializer

See Also