On Feb 24, 2:48=A0pm, Ad Ad <codetest... / gmail.com> wrote: > Hi, > I am using ruby to check some memcache keys. > the memcache values are serialized java objects. > > Is it possible to read these objects in ruby and output their values? > > thanks, > ad. > -- > Posted viahttp://www.ruby-forum.com/. I guess jruby would be one option. You should be able to use the Java Serialization classes directly.