Lucee Function Reference
Function OBJECTSAVE
serialize a (Serialiable) object to a binary repersentation of th 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 |