Add support for partial deserialization into existing mutable values. Attempting to create a new object with only a subset of its properties will raise an error, however, partially deserializing a class would be necessary to make #5 to be very useful.
Add support for partial deserialization into existing mutable values. Attempting to create a new object with only a subset of its properties will raise an error, however, partially deserializing a class would be necessary to make #5 to be very useful.