CFC’s In ColdFusion 8 Use Java’s Serialization API
Tuesday, August 7th, 2007One of the handy new features in ColdFusion 8 is that CFC’s are now serializable.
There isn’t a whole lot of information about this new feature in the docs, but I did some playing around and it does appear that they have used Java’s serialization API. This means that you can use java’s java.io.ObjectOutputStream to serialize your CFC’s…
(more…)

