What is serialization/deserialization support in
SOAP encoding rules? I am refering to the book 'Develeoping
Java Web services'
By Nagappan. It says,
serializers and deserializers supporting SOAP encoding rules provide the encoding and decoding of data on runtime by mapping
XML elements to target application objects and vice versa
I have not understood the meaning of this stsmt? can anybody make it simpler?
