serialize « Blob « Java Database Q&A





1. Blob object not working properly even though the class is seralized    stackoverflow.com

I have class which is seralized and does convert a very large amount of data object to blob to save it to database.In the same class there is decode method to ...

2. Problem in Converting a Object to Blob object    stackoverflow.com

I have a serialized object which needs to be converted to 'blob' object and store into Database. Previously we used to store an object which is defined by other project objects ...

3. Serialization to a blob in a db    coderanch.com

Task: I would like to serialize a signature that is obtained from a user signing in a canvas to a blob in a table. Also allow the info to be retrieved from the table and redisplayed upon need. (Or some other way if better) Has anyone done this? If so, can you shed some light on the way to do this? ...

4. Read Serialized Object stored as CLOB    coderanch.com