45 public function canHandle(
string $serialized_identification) : bool;
An exception for terminatinating execution or to throw for unit testing.
Interface IdentificationInterface.
Interface SerializerInterface.
unserialize(string $serialized_string, IdentificationMap $map, ProviderFactory $provider_factory)
serialize(IdentificationInterface $identification)
The string MUST be shorter than 64 characters.
canHandle(string $serialized_identification)
Interface ProviderFactory.