(T instance, Element root)
| 56 | /// child elements / attributes; the root element is supplied by the caller |
| 57 | /// so the same mapper can also be invoked from inside a parent element. |
| 58 | void writeXml(T instance, Element root); |
| 59 | |
| 60 | /// Inverse of `#writeXml`. Receives an `Element` (the root that |
| 61 | /// `Mappers.toXml` produced or that a parser delivered) and populates a |
no outgoing calls
no test coverage detected