[Missing <summary> documentation for "N:Mvp.Xml.Common.Serialization"]

Classes

  ClassDescription
CacheKeyFactory
The CacheKeyFactory extracts a unique signature to identify each instance of an XmlSerializer in the cache.
PerfCounterInstaller
Summary description for Installer1.
PerfCounterManager
A PerfCounterManager manages the life cycle of performance counter instances and exposes methods to set the counter values.
SignatureExtractor
Helper methods to create the signature for the XmlSerializer parameters.
StringSorter
Helper class to simpify sorting strings (Not really necessary in Whidbey).
XmlAttributeOverridesThumbprinter
Helpers to create a normalized thumbprint for XmlAttributeOverrides objects.
XmlSerializerCache
The XmlSerializerCache allows to work around the assembly leak problem in the XmlSerializer ( LINK ) The cache will inspect if it contains any previously cached instances that are compatible with the parameters passed to the various overloads to the GetSerializer method before constructing a new XmlSerializer instance.

Delegates

  DelegateDescription
SerializerCacheDelegate
Delegete type for events to raise from the serializer cache.