LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)
LEAD Technologies, Inc

BinaryDeSerialize<T> Method






Type of object to deserialize.
The binary array to deserialize.
Deserializes an object from a binary array.
Syntax
public static T BinaryDeSerialize<T>( 
   byte[] serializedObject
)
'Declaration
 
Public Shared Function BinaryDeSerialize(Of T)( _
   ByVal serializedObject() As Byte _
) As T
'Usage
 
Dim serializedObject() As Byte
Dim value As T
 
value = AddInUtils.BinaryDeSerialize(Of T)(serializedObject)
public static T BinaryDeSerialize<T>( 
   byte[] serializedObject
)
 function Leadtools.Dicom.AddIn.AddInUtils.BinaryDeSerialize( 
   serializedObject 
)
public:
static T^ BinaryDeSerializegeneric<typename T>
( 
   array<byte>^ serializedObject
) 

Parameters

serializedObject
The binary array to deserialize.

Type Parameters

T
Type of object to deserialize.

Return Value

The deserialized object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddInUtils Class
AddInUtils Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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