LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Serialize<T> Method

Show in webframe





The type of object to serialize.
The object to serialize.
The xml to store the serialized object.
Serializes the specified object to an xml file.
Syntax
public static void Serialize<T>( 
   T obj,
   string filename
)
'Declaration
 
Public Shared Sub Serialize(Of T)( _
   ByVal obj As T, _
   ByVal filename As String _
) 
'Usage
 
Dim obj As T
Dim filename As String
 
AddInUtils.Serialize(Of T)(obj, filename)

            

            
public:
static void Serializegeneric<typename T>
( 
   T^ obj,
   String^ filename
) 

Parameters

obj
The object to serialize.
filename
The xml to store the serialized object.

Type Parameters

T
The type of object to serialize.
Requirements

Target Platforms

See Also

Reference

AddInUtils Class
AddInUtils Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features