Help with serialize

Hi,

I’m having problems with serialize helper method. The data serialization
is
OK, the problem is when I retrieve the object from database later the
serialized attribute is not loaded (=nil). I’m trying to implement the
Serialized LOB design pattern, do you think there is a better way to do
it?
What I’m trying to serialize/deserialize is an array of OpenStruct.

Any help will be very appreciated.

Thanks in advance,
Gustavo Honorato

On Apr 2, 2:25pm, Gustavo de S Carvalho H.
[email protected] wrote:

Hi,

I’m having problems with serialize helper method. The data serialization is
OK, the problem is when I retrieve the object from database later the
serialized attribute is not loaded (=nil). I’m trying to implement the
Serialized LOB design pattern, do you think there is a better way to do it?
What I’m trying to serialize/deserialize is an array of OpenStruct.

What’s the type of the column that the serialized data is being
serialized into? Is it big enough?

Fred

On Sat, Apr 2, 2011 at 1:54 PM, Frederick C.
<[email protected]

wrote:

Serialized LOB design pattern, do you think there is a better way to do
it?
What I’m trying to serialize/deserialize is an array of OpenStruct.

What’s the type of the column that the serialized data is being
serialized into? Is it big enough?

It is a text column in MySQL. I’ve checked the database and all data is
there.

Serialization is OK. I think the problem is in deserialization.

2011/4/2 Gustavo de S Carvalho H. [email protected]