And of course, I also use it for serializing data for external transfer. If I need to transmit data for an API, I'm serializing the CFC to JSON, and outputting it for consumption by whatever external service needs it. (which means that, again, the system reading it is probably not ColdFusion, and the datatypes and key cases matter)