<?php namespace BitWasp\Buffertools; interface SerializableInterface { /** * @return Buffer */ public function getBuffer(); }