Joshua Hansen
05/03/2023, 3:24 AMandyg
05/05/2023, 5:54 AM@Transient
and supply a default initialization value, those properties won't be serialized and upon deserialization, the default value will be used. For more complex use-cases, you can create factory methods which can accept a subset of properties and create a full object, perhaps with some logic to determine values for the missing properties. Another option is custom serializers which probably offers the most customization but is also the most complex to create.Joshua Hansen
05/16/2023, 1:51 PMJoshua Hansen
05/16/2023, 1:54 PM