Looks for a CommandSerializationProvider with the key "Url" in the Providers map. If no provider is found, creates a new UrlCommandSerializationProvider

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

Syntax

C#
protected CommandSerializationProvider GetSerializationProvider(
	string key
)
Visual Basic (Declaration)
Protected Function GetSerializationProvider ( _
	key As String _
) As CommandSerializationProvider
Visual C++
protected:
CommandSerializationProvider^ GetSerializationProvider(
	String^ key
)

Parameters

key
Type: System..::.String
They key in Providers to look in

Return Value

A CommandSerializationProvider for this strategy

See Also