Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​ComponentModel.​Design.​Serialization.​IDesignerSerializationService

Assembly: System.ComponentModel.TypeConverter

Provides an interface that can invoke serialization and deserialization.

Methods

Deserialize​(object serializationData)
Deserializes the specified serialization data object and returns a collection of objects represented by that data.
Returns An <see cref="T:System.Collections.ICollection" /> of objects rebuilt from the specified serialization data object.
serializationData An object consisting of serialized data.
object
Serialize​(Collections.​ICollection objects)
Serializes the specified collection of objects and stores them in a serialization data object.
Returns An object that contains the serialized state of the specified collection of objects.
objects A collection of objects to serialize.