Documentation

Marshaller

Table of Contents

Interfaces

MarshallerInterface
Serializes/unserializes PHP values.

Classes

DefaultMarshaller
Serializes/unserializes values using igbinary_serialize() if available, serialize() otherwise.
DeflateMarshaller
Compresses values using gzdeflate().
SodiumMarshaller
Encrypt/decrypt values using Libsodium.
TagAwareMarshaller
A marshaller optimized for data structures generated by AbstractTagAwareAdapter.

        
On this page

Search results