Lucee Function Reference
objectload()
loads an 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 representation of an object or a path to a file that contains this |