serialize_to_parasite


Description:

[ Version ( since = "3.0" ) ]
public Parasite serialize_to_parasite (string parasite_name, uint parasite_flags, void* data)

Serializes the object properties of this to a [struct@Parasite].

Parameters:

this

an object that implements the [iface@ConfigInterface].

parasite_name

the new parasite's name

parasite_flags

the new parasite's flags

data

user data passed to the serialize implementation.

Returns:

the newly allocated parasite.