deserialize_parasite


Description:

[ Version ( since = "3.0" ) ]
public bool deserialize_parasite (Parasite parasite, void* data) throws Error

Configures this from parasite.

Basically this function creates a properly configured Scanner for you and calls the deserialize function of the this's ConfigInterface.

Parameters:

this

a Object that implements the ConfigInterface.

parasite

parasite containing a serialized config string

data

client data

Returns:

true if deserialization succeeded, false otherwise.