How to decode this data

Posted by Nei dal bem on Stack Overflow See other posts from Stack Overflow or by Nei dal bem
Published on 2010-04-09T20:44:34Z Indexed on 2010/04/09 20:53 UTC
Read the original article Hit count: 200

Filed under:

I have a field in the DB that is type bytea and this is an example of the data in: \254\355\000\005sr\000\014java.net.URL\226%76\032\374\344r\003\000\007I\000\010hashCodeI\000\004portL\000\011authorityt\000\022Ljava/lang/String;L\000\004fileq\000~\000\001L\000\004hostq\000~\000\001L\000\010protocolq\000~\000\001L\000\003refq\000~\000\001xp\377\377\377\377\377\377\377\377t\000\021asm.objectweb.orgt\000\013/index.htmlq\000~\000\003t\000\004httppx

I need to convert this data into readable URL, do you know how can I do that? What type of encoding is this?

Thanks!

© Stack Overflow or respective owner

Related posts about urldecode