If you are using something like a queue, you will have a message type, and embedded in that message type you will sometimes see a serialized object. To get the object back, you will need to deserialize the message and then deserialize the embedded object.