deserialize_string


Description:

[ 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.

Parameters:

this

a Object that implements the ConfigInterface.

text

string to deserialize (in UTF-8 encoding)

data

client data

text_len

length of text in bytes or -1

Returns:

true if deserialization succeeded, false otherwise.