Objects

Functions

  • CreateObject()

    The CreateObject function takes different arguments depending on the value of the first argument:

  • GetMetadata()

    Returns back meta information depending on the object passed in

  • IsObject()

    Determines whether a value is an object.

  • ObjectEquals()

    compares simply and complex objects for equality, by default, string comparison is not case sensitive

  • ObjectLoad()

    loads an object serialized in a binary form from a file or as binary input

  • ObjectSave()

    serialize a (Serializable) object to a binary representation of the object

Tags

  • <cfobject>

    Lets you call methods in COM, CORBA, and JAVA objects.

  • <cfobjectcache>

    Flushes an object cache or returns the current size.

Objects