java - Which layer in RMI performs marshalling and unmarshalling? -


my question theoretical. actually, in rmi among stub , skeleton layer layer performs marshalling , unmarshalling. both layers performs both function or what???

both layers perform both functions. explained in rmi architecture documentation.

  • the stub marshals request, , unmarshals reply.
  • the skeleton unmarshals request , marshals reply.

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -