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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly