railo.intergral.fusiondebug.server.util
Class FDCaster

java.lang.Object
  extended by railo.intergral.fusiondebug.server.util.FDCaster

public class FDCaster
extends Object


Constructor Summary
FDCaster()
           
 
Method Summary
static String serialize(Object object)
          translate a object to its string representation
static com.intergral.fusiondebug.server.IFDValue toFDValue(com.intergral.fusiondebug.server.IFDStackFrame frame, Object value)
           
static com.intergral.fusiondebug.server.IFDValue toFDValue(com.intergral.fusiondebug.server.IFDStackFrame frame, String name, Object value)
           
static Object unserialize(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDCaster

public FDCaster()
Method Detail

toFDValue

public static com.intergral.fusiondebug.server.IFDValue toFDValue(com.intergral.fusiondebug.server.IFDStackFrame frame,
                                                                  String name,
                                                                  Object value)

toFDValue

public static com.intergral.fusiondebug.server.IFDValue toFDValue(com.intergral.fusiondebug.server.IFDStackFrame frame,
                                                                  Object value)

serialize

public static String serialize(Object object)
translate a object to its string representation

Parameters:
object -
Returns:

unserialize

public static Object unserialize(String value)


Copyright © 2012 Railo