get_enable_unknown_serializable_property


Description:

public abstract bool get_enable_unknown_serializable_property ()

Return false if you want to ignore unknown properties and GXml.Node's not in your class definition.

Take care, disabling this feature you can lost data on serialization, because any unknown property or element will be discarted.