No you cannot.
An object has methods and properties. you can only send the properties as seperate values. You cannot send the methods (which woudl make no sense anyway).
You can however store objects in sessions.
This is effectively the same as putting the entire object into hidden form fields.
Read more about sessions in the manual.