←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly