I want to save Any?
in Swift (to FileManager).
It could be everything, also types that don't conform to Codable (like SCNNodes
).
I would like to wrap it into Data. I know, I can't do it with a PropertyListEncoder
.
Could you make it easy for me to understand how it works?