Ive been dealing with Json data recently which may be a faster/less convoluted alternative for handling data between backend and frontend interfaces than xml. This is probably the quickest and lightweight serialization i’ve found that works. Credit goes to http://www.ekameleon.net for the class file, and can be found here. Implementation goes something like this:- import… Read more »