MemberCodeDomSerializer.Serialize Method

Definition

Serializes the given member descriptor on the given value to a statement collection.

C#
public abstract void Serialize(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object value, System.ComponentModel.MemberDescriptor descriptor, System.CodeDom.CodeStatementCollection statements);

Parameters

manager
IDesignerSerializationManager

The serialization manager to use for serialization.

value
Object

The object to which the member is bound.

descriptor
MemberDescriptor

The descriptor of the member to serialize.

statements
CodeStatementCollection

The CodeStatementCollection into which descriptor is serialized.

Remarks

This method actually performs the serialization. When the member is serialized the necessary statements will be added to the statements collection.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also