Class KeyCommandListBinderImplSerializationWriter
Represents a class that is used to serialize and deserialize the key command List Binder.
Inheritance
System.Object
KeyCommandListBinderImplSerializationWriter
Implements
Namespace: Syncfusion.Windows.Forms.Edit.Utils.Serializers
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class KeyCommandListBinderImplSerializationWriter : XmlSerializationWriter, IXmlSerializationWriter
Constructors
KeyCommandListBinderImplSerializationWriter()
Declaration
public KeyCommandListBinderImplSerializationWriter()
Methods
InitCallbacks()
Overrides the InitCallbacks
Declaration
protected override void InitCallbacks()
WriteDataToXml(Object)
Serializes given object.
Declaration
public void WriteDataToXml(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o | The object to serialize |