Lucee Function Reference

serialize()

opposite of evaluate, this function serialize all cfml object and all serializable Java objects. can also serialize 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 An object to be serialized.