com.googlecode.icegem.serialization
Class HierarchyRegistry
java.lang.Object
com.googlecode.icegem.serialization.HierarchyRegistry
public class HierarchyRegistry
- extends Object
Responsibility:
1) generate DataSerializers by
com.googlecode.icegem.serialization.codegen.DataSerializerGenerator.generateDataSerializerClasses(...)
2)
register in GemFire DataSerializers by com.gemstone.gemfire.DataSerializer.register(...)
3) filter enums
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchyRegistry
public HierarchyRegistry()
registerAll
public static void registerAll(ClassLoader classLoader,
Class<?>... classArray)
throws InvalidClassException,
javassist.CannotCompileException
- Throws:
InvalidClassException
javassist.CannotCompileException
registerAll
public static void registerAll(ClassLoader classLoader,
List<Class<?>> classList)
throws InvalidClassException,
javassist.CannotCompileException
- Throws:
InvalidClassException
javassist.CannotCompileException
registerAll
public static void registerAll(ClassLoader classLoader,
List<Class<?>> classList,
String outputDir)
throws InvalidClassException,
javassist.CannotCompileException
- Throws:
InvalidClassException
javassist.CannotCompileException
registerDataSerializers
public static void registerDataSerializers()
Copyright © 2011. All Rights Reserved.