org.jruby.yaml
Class JRubySerializer

java.lang.Object
  extended byorg.jvyamlb.SerializerImpl
      extended byorg.jruby.yaml.JRubySerializer
All Implemented Interfaces:
Serializer

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 org.jvyamlb.SerializerImpl
close, open, serialize
 
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)
Overrides:
ignoreAnchor in class SerializerImpl


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