This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Serializes the specified object into a CodeDOM object

Namespace: Smartsite.Localization
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public override  Serialize(
	 manager,
	 value
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function Serialize ( _
	manager As , _
	value As  _
) As 

Parameters

manager
IDesignerSerializationManager
The serialization manager to use during serialization
value
Object
The object to serialize

Return Value

A CodeDOM object representing the object that has been serialized

See Also

Advanced