Leadtools.Dicom.AddIn Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BinarySerialize Method
See Also 
Leadtools.Dicom.AddIn Namespace > AddInUtils Class : BinarySerialize Method



obj
The object to serialize.
obj
The object to serialize.
Serializes an object to a binary array.

Syntax

Visual Basic (Declaration) 
Public Shared Function BinarySerialize( _
   ByVal obj As Object _
) As Byte()
Visual Basic (Usage)Copy Code
Dim obj As Object
Dim value() As Byte
 
value = AddInUtils.BinarySerialize(obj)
C# 
public static byte[] BinarySerialize( 
   object obj
)
C++/CLI 
public:
static array<byte>^ BinarySerialize( 
   Object^ obj
) 

Parameters

obj
The object to serialize.

Return Value

The byte array of the serialize object data.

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