hi everyone, I serialized an object (a custom clas...
# ask-community
d
hi everyone, I serialized an object (a custom class) using PickleSerializer, serializer.dumps(), then sent the object through parameters of the run_deployment function. When I receive the object in the next flow, it comes through as as a string, so serializer.loads() does not work. Can anyone assist me understand serialize/deserialize in the context of run_deployment? Thanks in advance