JsonSerializer.cfc icon indicating copy to clipboard operation
JsonSerializer.cfc copied to clipboard

Query serialization flag for native serialization.

Open bennadel opened this issue 12 years ago • 0 comments

Right now, the component is hard-coded to serialize queries as arrays-of-structs. However, the default serialization of queries in ColdFusion is to create a struct-of-arrays (ie, each column is an array).

I should be able to create a flag in the constructor that toggles the type of query serialization being used.

bennadel avatar Sep 05 '13 12:09 bennadel