SerializerInterface
interface SerializerInterface (View source)
Methods
Details
mixed
decode(mixed $value)
Deserialize the value.
mixed
encode(mixed $value)
Serialize the value.