Utility/Serialization/IEntitySerializer.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IEntitySerializer

Package: Default
Entity serialize contract.
TODO this abstract class looks abandoned because, another class is used in Utility/IEntitySerializer. It will be deleted in next versions
Children
\XmlObjectSerializer
\JsonObjectSerializer
Deprecated
 

Methods

methodpublicDeserialize( $message) : \Returns
abstract

DeSerializes the specified string into an entity.

Parameters
NameTypeDescription
$message
Returns
TypeDescription
\Returnsthe deserialized message.
methodpublicSerialize( $entity) : \Returns
abstract

Serializes the specified entity.

Parameters
NameTypeDescription
$entity
Returns
TypeDescription
\Returnsthe serialize entity in string format.
Documentation was generated by phpDocumentor 2.8.5.