<?php
namespace FWIF;

interface FWIFSerializable {
    function fwifSerialize();
}