The ICommandCollectionSerializer type exposes the following members.

Methods

  NameDescription
DeserializeCommands
Given an IDictionary<(Of <(TKey, TValue>)>) and a CommandInfoCollection, modifies the commands in the CommandInfoCollection to reflect the state of the UrlParams contained within the IDictionary<(Of <(TKey, TValue>)>). The dictionary is keyed by Endeca URL parameter variables for the parameters, i.e. N, Ntt, Ntk, D, R, etc.
SerializeCommands
Given a CommandInfoCollection of commands, returns an IDictionary<(Of <(TKey, TValue>)>) representation of the commands. The UrlParams contained within the IDictionary<(Of <(TKey, TValue>)>) are keyed by Endeca URL parameter variables for the parameters, i.e. N, Ntt, Ntk, D, R, etc.

See Also