Lucee Function Reference
objectsave()
serialize a (Serializable) object to a binary representation of the object
Example
objectsave(any input,[string filepath]):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 | Yes | object to serialize |
| filepath | string | No | path where lucee should save the object |