com.googlecode.icegem.serialization.codegen
Class RTSupport

java.lang.Object
  extended by com.googlecode.icegem.serialization.codegen.RTSupport

public class RTSupport
extends Object

Author:
igolovach

Constructor Summary
RTSupport()
           
 
Method Summary
static void checkAllowedInCompileTime(Class<?> clazz)
           
static void checkAllowedInRealTime(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTSupport

public RTSupport()
Method Detail

checkAllowedInCompileTime

public static void checkAllowedInCompileTime(Class<?> clazz)
                                      throws InvalidClassException
Throws:
InvalidClassException

checkAllowedInRealTime

public static void checkAllowedInRealTime(Object obj)
                                   throws InvalidClassException
Throws:
InvalidClassException


Copyright © 2011. All Rights Reserved.