What are Marshal-by-value objects?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are Marshal-by-value objects?
Rating:
Marshal-by-value objects are remotable objects that implement the ISerializable interface. The SerializableAttribute attribute is also used to specify the remote system to automatically serialize the object. When a client invokes a method on the Marshal-by-value (MBV) object, the MBV object is serialized and is restored on the client as a replica of the server-side object.
Rating:
Was this information helpful?
Other articles
- Tip on null parameters in delegates.
- Skills required for Microsoft test 70-529
- What are the four stages that handle an incoming SOAP message from the client?
- What is the Web.config file?
- What are the three views of a SOAP call?