deserialize


Description:

[ Version ( since = "2.8" ) ]
public bool deserialize (Scanner scanner, int nest_level, void* data)

Deserialize the Config object.

Parameters:

this

a Object that implements the ConfigInterface.

scanner

the Scanner to use.

nest_level

the nest level.

data

client data.

Returns:

Whether serialization succeeded.