[ 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.
| this |
a Object that implements the ConfigInterface. |
| parasite |
parasite containing a serialized config string |
| data |
client data |
|
true if deserialization succeeded, false otherwise. |