org.jruby.runtime.marshal
Class MarshalCache

java.lang.Object
  extended by org.jruby.runtime.marshal.MarshalCache

public class MarshalCache
extends java.lang.Object


Constructor Summary
MarshalCache()
           
 
Method Summary
 boolean isRegistered(IRubyObject value)
           
 void register(IRubyObject value)
           
 void writeLink(MarshalStream output, IRubyObject value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalCache

public MarshalCache()
Method Detail

isRegistered

public boolean isRegistered(IRubyObject value)

register

public void register(IRubyObject value)

writeLink

public void writeLink(MarshalStream output,
                      IRubyObject value)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.