TLDR of my issue: I have a class that has an Any property. A custom serializer is used to serialize ...
o
TLDR of my issue: I have a class that has an Any property. A custom serializer is used to serialize the class. Instantiating the class works. Another class that has a property of that class, also serializable is not instantiable.