M-Files API 23.11.13135.0
Serialize Method
Collapse All
Expand All
ObjVer Object
: Serialize Method
Description
Serializes the object.
Syntax
Visual Basic
Public
Function
Serialize()
As
Byte
()
Return Type
The return value is a byte array containing the serialized object version.
Remarks
The serialized object version can be unserialized with the help of the Unserialize method.
See Also
ObjVer Object
|
ObjVer Members
|
Unserialize Method