M-Files API 23.11.13135.0
Unserialize Method
ObjVer Object : Unserialize Method
The serialized object version to unserialize.
Description
Unserializes the object.
Syntax
Visual Basic
Public Sub Unserialize( _
   ByVal Bytes() As Byte _
) 
Parameters
Bytes
The serialized object version to unserialize.
Remarks
The unserialized object version can be serialized with the help of the Serialize method.
See Also

ObjVer Object  | ObjVer Members  | Serialize Method