LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

BinaryDeSerialize<T> Method

Show in webframe





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^ 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

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