T
Type of object to deserialize.
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BinaryDeSerialize<T> Method
See Also 
Leadtools.Dicom.AddIn Namespace > AddInUtils Class : BinaryDeSerialize<T> Method



serializedObject
The binary array to deserialize.
serializedObject
The binary array to deserialize.
Deserializes an object from a binary array.

Syntax

Visual Basic (Declaration) 
Public Shared Function BinaryDeSerialize(Of T)( _
   ByVal serializedObject() As Byte _
) As T
Visual Basic (Usage)Copy Code
Dim serializedObject() As Byte
Dim value As T
 
value = AddInUtils.BinaryDeSerialize(Of T)(serializedObject)
C# 
public static T BinaryDeSerialize<T>( 
   byte[] serializedObject
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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