json.serialize.test
Class JSONSerializerTest

java.lang.Object
  extended by json.serialize.test.JSONSerializerTest

public class JSONSerializerTest
extends java.lang.Object

This is a test class and example for JSONSerializer. Notice how the Lancer class is serialized into JSON.

See Also:
JSONSerializer

Constructor Summary
JSONSerializerTest()
           
 
Method Summary
static void main(java.lang.String[] pArgs)
          Main program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONSerializerTest

public JSONSerializerTest()
Method Detail

main

public static void main(java.lang.String[] pArgs)
Main program

Parameters:
pArgs - Arguments of the main program