Hey - how do you `deserialize` a `.prefect_result`...
# ask-community
b
Hey - how do you
deserialize
a
.prefect_result
file that is persisted to S3 as a result?
k
Hey, Prefect results have configured Serialziers so using the
read
method like here will use the configured Serializer. If you want to do it outside of Prefect, here is the code under the hood .
b
Thanks @Kevin Kho