jml2b
Class Serializer

java.lang.Object
  extended byjml2b.util.Profiler
      extended byjml2b.Serializer

public class Serializer
extends Profiler

Simple application loading the java.lang classes and serializing them using the Java serialisation mechanism.

Author:
A. Requet

Constructor Summary
Serializer()
           
 
Method Summary
static void displayUsage()
           
static void loadClass(IJml2bConfiguration config, java.lang.String fqn)
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class jml2b.util.Profiler
runGC
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer

public Serializer()
Method Detail

displayUsage

public static void displayUsage()

loadClass

public static void loadClass(IJml2bConfiguration config,
                             java.lang.String fqn)
                      throws Jml2bException
Throws:
Jml2bException

main

public static void main(java.lang.String[] argv)