Hi, I have written a custom serializer and deserializer. However, I need to be able to access an object which will live for the period of a request on the server side and a similar (but not the same) object on the client side. I was intending to use the SerializationContext/DeserializationContext to access the MessageContext and from that to set and get a property via the 'set/getProperty(...)' methods.
My question is therefore, is the MessageContext taken from the SerializationContext and DeserializationContext the same, i.e. can I rely on the property contained on the MessageContext within the scope of a single synchronous request ? Thanks, Brian. ************************************************************************** The information contained in this e-mail is confidential, may be privileged and is intended only for the use of the recipient named above. If you are not the intended recipient or a representative of the intended recipient, you have received this e-mail in error and must not copy, use or disclose the contents of this email to anybody else. If you have received this e-mail in error, please notify the sender immediately by return e-mail and permanently delete the copy you received. This email has been swept for computer viruses. However, you should carry out your own virus checks. Registered in Ireland, No. 205721. http://www.FINEOS.com **************************************************************************
