lithium\data\Collection::$_handlers
Hold the "data export" handlers where the keys are fully-namespaced class names, and the values are closures that take an instance of the class as a parameter, and return an array or scalar value that the instance represents.
Source
protected $_handlers = [];