deserializeChildren

abstract fun deserializeChildren(reader: XmlReader)(source)

Called to have all children of the current node deserialized. The attributes have already been parsed. The expected end state is that the streamreader is at the corresponding endElement.

Parameters

reader

The streamreader that is the source of the events.