CodeDomComponentSerializationService Class
Serializes a set of components into a serialization store.
Assembly: System.Design (in System.Design.dll)
System.ComponentModel.Design.Serialization::ComponentSerializationService
System.ComponentModel.Design.Serialization::CodeDomComponentSerializationService
| Name | Description | |
|---|---|---|
![]() | CodeDomComponentSerializationService() | Initializes a new instance of the CodeDomComponentSerializationService class. |
![]() | CodeDomComponentSerializationService(IServiceProvider^) | Initializes a new instance of the CodeDomComponentSerializationService class using the given service provider to resolve services. |
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.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
