Going through the documentation, and it appears marshalling and serialization have been confused for each other.
I believe marshalling is when you are moving data from one location to another, and Serialization is transforming from primitive type to a marshable form. This has made reading it very confusing.
Hello.
Going through the documentation, and it appears marshalling and serialization have been confused for each other.
I believe marshalling is when you are moving data from one location to another, and Serialization is transforming from primitive type to a marshable form. This has made reading it very confusing.