B
Bilbo
Hello,
I recently read that a class must support serialization in order for it to
be stored in the Session State. Before reading this I had been storing a
class to the Session State no problem (without serialization). The class is
simply a storage class and contains only primitive types....is it necessary
to serialize this object? If so, how do you go about serializing an entire
class?
Thanks much.
I recently read that a class must support serialization in order for it to
be stored in the Session State. Before reading this I had been storing a
class to the Session State no problem (without serialization). The class is
simply a storage class and contains only primitive types....is it necessary
to serialize this object? If so, how do you go about serializing an entire
class?
Thanks much.