How to convert a class with all Optional fields to a class with no optional fields
I have a class with many many fields, all of which are Optional when deserialized from JSON.
I have a class with many many fields, all of which are Optional when deserialized from JSON.