19 declare(strict_types=1);
39 $divider = self::DIVIDER;
41 $str =
"{$identification->getClassName()}{$divider}{$identification->getInternalIdentifier()}";
55 [$class_name, $internal_identifier] = explode(self::DIVIDER, $serialized_string);
63 return $f->identifier($internal_identifier);
69 public function canHandle(
string $serialized_identification): bool
71 return preg_match(
'/(.*?)\|(.*)/m', $serialized_identification) > 0;
getProviderByClassName(string $class_name)
Class LostIdentification.
isRegistered(string $class_name)
canHandle(string $serialized_identification)
Interface IdentificationInterface.
unserialize(string $serialized_string, IdentificationMap $map, ProviderFactory $provider_factory)
IdentificationInterface
serialize(IdentificationInterface $identification)
The string MUST be shorter than 64 characters.
isInstanceCreationPossible(string $class_name)
Class CoreIdentificationProvider.
Interface SerializerInterface.