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
Right now you must pass your custom class objects to the
unpicklifyfunction. That's needed because picklify doesn't store the path to your classes so it can'trequirethem and instantiate them.Add a new options to the
picklifyfunction that allows you to store the class paths. That will allow calling unpicklify without passing theexternalClassesarray