best way to compress in GZIP serialized objects in MEMORY
Amer Seifeddine
Ranch Hand
Joined: Apr 25, 2002
Posts: 57
posted
0
Hello,
I am looking for sample code to compress a serialized object in the memory (in a form of ByteArray or whatever) Say, Object o is the serialized object and i need to turn it into another Object z (compressed) as another variable. Do you have a sample?
Thanks!
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
Why are you trying to do this? Serialized object are in a binary format; I think it's unlikely that they can be compressed to any great degree.