I am trying to figure out whether or not the Simple framework for XML serialization (Simple) is implemented as a SAX, Pull or DOM Parser, or something completely different? Is this what is referred to as a data binding? I have tried reading a bunch of places on the projects website, but without luck. Basically, does anyone know or can anyone read what type of parser is used in the Simple project?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It is a sort of data binding framework, and i'd guess that deserialization is implemented on top of a pull parser. |
|||
|
|