Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Implement object serialization #31

@andrewdalpino

Description

@andrewdalpino

A common use case for objects in PHP is serialization and deserialization so their properties can be stored and then reloaded into memory with their class definition. This ticket is to implement serialization in the C Array extension such that when passed as an argument to serialize() or embedded deeper in the object-property tree stemming from the root object that is passed to serialize() the C Array buffer will be saved along with the other properties.

Example

$data = serialize($carray);

$carray = unserialize($data);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions