i think this error is saying that one or more of the items in this class
can't be serialized in the way that you want. nothing you can do about
that except to attempt it manually which i doubt will work

Data.OleDb.OleDbDataAdapter is MarshalByRef

Please note that
> non-serializable objects or MarshalByRef objects are not permitted
> when session state mode is 'StateServer' or 'SQLServer'.
solution:- use a different session state mode