ISerializableGraphSource
Interface
Represents a serializable graph source.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public interface ISerializableGraphSource : IObservableGraphSource, IGraphSource
Derived Classes:
Inherited Members
Methods
Deserializes the link from the specific serialization info.
C#
ILink DeserializeLink(IConnection connection, SerializationInfo info)
The connection.
infoSerializationInfoThe info.
Returns:Deserializes the node from the specific serialization info.
C#
object DeserializeNode(IShape shape, SerializationInfo info)
The shape.
infoSerializationInfoThe info.
Returns:Serializes the link into the specific serialization info.
C#
void SerializeLink(ILink link, SerializationInfo info)
The link.
infoSerializationInfoThe info.
Serializes the node into the specific serialization info.
C#
void SerializeNode(object model, SerializationInfo info)
The model.
infoSerializationInfoThe info.