Skip to content

Pseudo-Serialization of non-serializable objects #170

@michbarsinai

Description

@michbarsinai

If these objects are immutable, it is OK to store them somewhere, and serialize a placeholder instead. Then, replace the placeholder with the stored object upon de-serialization.

This will relax a the requirement for heap/stack objects to be serializable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions