Dundas Chart for Windows Forms
SerializeAbsolute Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > WinChartDesignerSerializer Class : SerializeAbsolute Method


manager
The serialization manager to use for serialization.
value
The object to serialize.
Serializes the given object, accounting for default values.

Syntax

Visual Basic (Declaration)  
Public Overridable Function SerializeAbsolute( _
   ByVal manager As IDesignerSerializationManager, _
   ByVal value As Object _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As WinChartDesignerSerializer
Dim manager As IDesignerSerializationManager
Dim value As Object
Dim value As Object
 
value = instance.SerializeAbsolute(manager, value)
C#  
public virtual object SerializeAbsolute( 
   IDesignerSerializationManager manager,
   object value
)

Parameters

manager
The serialization manager to use for serialization.
value
The object to serialize.

Return Value

A CodeDom object representing value.

Exceptions

Exception Description
ArgumentNullException manager or value is null.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.