Returns true if the collection should be deserialized from a GXml.Node's children when GXml.Serializable.deserialize is called. For large collection of nodes this could impact in performance; return false and use GXml.SerializableCollection.deserialize_children when you need to deserialize all nodes to access them.