<?php defined(ALLOW_EXEC) or die; interface ISerializable{ public function load(); public function save(); } ?>