org.jruby.yaml
Class JRubySerializer

java.lang.Object
  extended by SerializerImpl
      extended by org.jruby.yaml.JRubySerializer

public class JRubySerializer
extends SerializerImpl

Author:
Ola Bini

Constructor Summary
JRubySerializer(Emitter emitter, Resolver resolver, YAMLConfig opts)
           
 
Method Summary
protected  boolean ignoreAnchor(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubySerializer

public JRubySerializer(Emitter emitter,
                       Resolver resolver,
                       YAMLConfig opts)
Method Detail

ignoreAnchor

protected boolean ignoreAnchor(Node node)


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