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) |
Parameters
- obj
- The object to serialize.
Return Value
The byte array of the serialize object data.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also