railo.runtime.converter
Class LazyConverter

java.lang.Object
  extended by railo.runtime.converter.ConverterSupport
      extended by railo.runtime.converter.LazyConverter
All Implemented Interfaces:
StringConverter

public class LazyConverter
extends ConverterSupport


Constructor Summary
LazyConverter()
           
 
Method Summary
static String serialize(Object o)
           
static Object toRaw(Object o)
           
 void writeOut(PageContext pc, Object source, Writer writer)
           
 
Methods inherited from class railo.runtime.converter.ConverterSupport
toConverterException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyConverter

public LazyConverter()
Method Detail

serialize

public static String serialize(Object o)

writeOut

public void writeOut(PageContext pc,
                     Object source,
                     Writer writer)
              throws ConverterException,
                     IOException
Throws:
ConverterException
IOException

toRaw

public static Object toRaw(Object o)


Copyright © 2012 Railo