railo.runtime.functions.conversion
Class SerializeJSON

java.lang.Object
  extended by railo.runtime.functions.conversion.SerializeJSON
All Implemented Interfaces:
Serializable, Function

public final class SerializeJSON
extends Object
implements Function

Decodes Binary Data that are encoded as String

See Also:
Serialized Form

Constructor Summary
SerializeJSON()
           
 
Method Summary
static String call(PageContext pc, Object var)
           
static String call(PageContext pc, Object var, boolean serializeQueryByColumns)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializeJSON

public SerializeJSON()
Method Detail

call

public static String call(PageContext pc,
                          Object var)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object var,
                          boolean serializeQueryByColumns)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo