Click or drag to resize

IDocumentSerializable Interface

Represents required functionality for serialization by XDLSReader/Writer.
Remarks
Used for objects/items implementation

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IDocumentSerializable

The IDocumentSerializable type exposes the following members.

Properties
Name Description
Public property XDLSHolder
Gets special holder with child objects.
Top
Methods
Name Description
Public method ReadXmlAttributes
Object can reads by this method own "value" properties
Public method ReadXmlContent
Object can reads by this method own complex/binary data.
Public method RestoreReference
Object can use this method for restore references.
Public method WriteXmlAttributes
Object can writes by this method own "value" properties
Public method WriteXmlContent
Object can writes by this method own complex/binary data.
Top
See Also