solomon_13000 14 Junior Poster in Training

Direct web remoting enables the Java Script in a web browser to interact with the Java code in a server and vice versa. Hence, the java object is serialize to the client and the client will deserialize the object.

My Question:

Is the Java script object serialize to the server and the server will deserialize the object?.

Your help is kindly appreciated.

Thank You.