Can't dump anonymous class? Need help please!

I am trying to Marshal.dump and object and I am getting this error:

can’t dump anonymous class #Class:0x2fadbb8

I wrote a very simple class that plugs into my rails app. Whenever I try
to store an object of it in the session I get that error. What exactly
does this error mean?

Thanks for your help.