Hi... Is there a "generic" way of deserializing an OMElement, irrespective of the content type (message type)?
Say, for instance, that one uses JSON and XML alternatively for serializing an OMElement. Must they get the actual content (and how?via element.toString()?) and then call the appropriate JSON or XML deserializer, or can this be done irrespective of content? Thanks!