* @license MIT, http://flightphp.com/license */ interface LegacyJsonSerializable { /** * Gets the collection data which can be serialized to JSON. * @return mixed Collection data which can be serialized by json_encode */ public function jsonSerialize(); }