News

So far, what I came up with was to convert each variable in the type to an object and then serialize it. The problem is how to reconstruct the object.<BR><BR>eg to convert to byte array<BR><BR ...
Here's my problem: I need to scan through the byte array returned by decrypting a .pdf and replace some hard-coded values in the file before sending it along to a servlet response.In Perl this is ...