serialize_property
Description:
Asks a `JsonSerializable` implementation to serialize an object property into a JSON node.
Parameters:
this |
a serializable object |
property_name |
the name of the property to serialize |
value |
the value of the property to serialize |
pspec |
a property description |
Returns:
a node containing the serialized property |