* @license MIT, http://flightphp.com/license */ interface LegacyJsonSerializable { public function jsonSerialize(); }