[ Version ( since = "2.4" ) ]
public bool deserialize_string (char[] text, void* data) throws Error
Configures this from text.
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. |
| text |
string to deserialize (in UTF-8 encoding) |
| data |
client data |
| text_len |
length of |
|
true if deserialization succeeded, false otherwise. |