EnvelopeSerializer
in
Tags
Table of Contents
Methods
- deserialize() : Envelope
- Deserializes a string representation back into an Envelope.
- serialize() : string
- Serializes an Envelope to a string representation.
Methods
deserialize()
Deserializes a string representation back into an Envelope.
public
deserialize(string $data) : Envelope
Parameters
- $data : string
Tags
Return values
Envelopeserialize()
Serializes an Envelope to a string representation.
public
serialize(Envelope $envelope) : string
Parameters
- $envelope : Envelope