org.jvyamlb
Class SafeRepresenterImpl

java.lang.Object
  extended byorg.jvyamlb.RepresenterImpl
      extended byorg.jvyamlb.SafeRepresenterImpl
All Implemented Interfaces:
Representer
Direct Known Subclasses:
JRubyRepresenter

public class SafeRepresenterImpl
extends RepresenterImpl

Author:
Ola Bini

Nested Class Summary
 
Nested classes inherited from class org.jvyamlb.RepresenterImpl
RepresenterImpl.ArrayYAMLNodeCreator, RepresenterImpl.ByteListYAMLNodeCreator, RepresenterImpl.DateYAMLNodeCreator, RepresenterImpl.JavaBeanYAMLNodeCreator, RepresenterImpl.MappingYAMLNodeCreator, RepresenterImpl.NumberYAMLNodeCreator, RepresenterImpl.ScalarYAMLNodeCreator, RepresenterImpl.SequenceYAMLNodeCreator, RepresenterImpl.SetYAMLNodeCreator, RepresenterImpl.StringYAMLNodeCreator
 
Constructor Summary
SafeRepresenterImpl(Serializer serializer, YAMLConfig opts)
           
 
Method Summary
protected  boolean ignoreAliases(java.lang.Object data)
           
 
Methods inherited from class org.jvyamlb.RepresenterImpl
getNodeCreatorFor, main, map, represent, representMapping, representScalar, representSequence, scalar, seq
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeRepresenterImpl

public SafeRepresenterImpl(Serializer serializer,
                           YAMLConfig opts)
Method Detail

ignoreAliases

protected boolean ignoreAliases(java.lang.Object data)
Overrides:
ignoreAliases in class RepresenterImpl


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