I downloaded the Java API and see that there is a Parser interface, but there is no implementation. Is there a standard implementation for this? If so, where is it? If not, does anyone have an example to follow? Secondly, I don't see any encoding and decoding for translating from code to XML. Does this exist? If so where is it?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the Java API and see that there is a Parser interface, but there is no implementation. Is there a standard implementation for this? If so, where is it? If not, does anyone have an example to follow? Secondly, I don't see any encoding and decoding for translating from code to XML. Does this exist? If so where is it?
Thanks
Dear Eric, did you find a working implementation of the M2MXMLParser interface or an example to follow?
There is an implementation here: https://sourceforge.net/projects/j2mem2m/