ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SerializerInterface.php
Go to the documentation of this file.
2 
6 
13 {
14  const MAX_LENGTH = 255;
15 
16 
26  public function serialize(IdentificationInterface $identification) : string;
27 
28 
37  public function unserialize(string $serialized_string, IdentificationMap $map, ProviderFactoryInterface $provider_factory) : IdentificationInterface;
38 
39 
45  public function canHandle(string $serialized_identification) : bool;
46 }
serialize(IdentificationInterface $identification)
The string MUST be shorter than 64 characters.
unserialize(string $serialized_string, IdentificationMap $map, ProviderFactoryInterface $provider_factory)