Skip to content

Store classes paths when serializing #144

Description

@lwoites

Right now you must pass your custom class objects to the unpicklify function. That's needed because picklify doesn't store the path to your classes so it can't requirethem and instantiate them.

Add a new options to the picklify function that allows you to store the class paths. That will allow calling unpicklify without passing the externalClasses array

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions