Asks a `JsonSerializable` implementation to deserialize the property contained inside `property_node` and place its value into `value`.
The `value` can be:
This function will not be called for properties that are marked as as `G_PARAM_CONSTRUCT_ONLY`.
| this |
a serializable object |
| property_name |
the name of the property to serialize |
| value |
a pointer to an uninitialized value |
| pspec |
a property description |
| property_node |
the JSON node containing the serialized property |
|
`TRUE` if the property was successfully deserialized |