serialize_property


Description:

public virtual Node serialize_property (string property_name, Value value, ParamSpec pspec)

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