BinarySerialize Method

Summary
Serializes an object to a binary array.
Syntax
C#
VB
C++
public static byte[] BinarySerialize( 
   object obj 
) 
  
Public Shared Function BinarySerialize( _ 
   ByVal obj As Object _ 
) As Byte() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.