Lucee Function Reference
Function OBJECTLOAD
loads a object serialized in a binary form from a file or as binary input
Example
objectload([any input]):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
input | any | No | a binary represenation of a object or a path to a file that contains this |