T
Type of object to deserialize.
Leadtools.Dicom.AddIn Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Generic BinaryDeSerialize Method
See Also 
Leadtools.Dicom.AddIn Namespace > AddInUtils Class : Generic BinaryDeSerialize 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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