railo.runtime.functions.conversion
Class DeserializeJSON

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

public final class DeserializeJSON
extends Object
implements Function

Decodes Binary Data that are encoded as String

See Also:
Serialized Form

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

Constructor Detail

DeserializeJSON

public DeserializeJSON()
Method Detail

call

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

call

public static Object call(PageContext pc,
                          String JSONVar,
                          boolean strictMapping)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo