CodeDomComponentSerializationService Class
Serializes a set of components into a serialization store.
Assembly: System.Design (in System.Design.dll)
The CodeDomComponentSerializationService class serializes a set of components or serializable objects into a serialization store. The store can then be deserialized at a later time. The CodeDomComponentSerializationService class differs from other serialization schemes in that the serialization format is opaque, and it allows for partial serialization of objects. For example, you can choose to serialize only selected properties for an object.
The base class, ComponentSerializationService, replaces the IDesignerSerializationService interface from the .NET Framework version 1.0, although the latter is retained for backward compatibility. The CodeDomComponentSerializationService class does not implement the IDesignerSerializationService interface, but if you query for IDesignerSerializationService, the CodeDomDesignerLoader provides a bridge implementation to ensure backward compatibility.
System.ComponentModel.Design.Serialization.ComponentSerializationService
System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.