Lucee Function Reference
serialize()
opposite of evaluate, this function serialize all cfml object and all serializble Java objects. can also serilize Components.
Example
serialize(any object):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
object | any | Yes |