FUNCTION:OBJECTSAVE
last edited by
denny
on 01-Oct-2011
objectSave
Description
serialize a (Serialiable) object to a binary repersentation of th object
Usage Syntax
objectSave(any input,[string filepath]): any
Return Information
| Return Type |
| 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 railo should save the object |
SideBar
User Login