foo()` */ public function getName(): string; /** * Returns the actual namespace object which contains your custom methods. The transport * and serializer objects are provided so that your namespace may do whatever custom * logic is required. * * @param Transport $transport * @param SerializerInterface $serializer * @return Object */ public function getObject(Transport $transport, SerializerInterface $serializer); }