org.apache.ws.jaxme.generator.sg.impl
Class SerializableSG

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.SerializableSG

public class SerializableSG
extends java.lang.Object

Author:
Jochen Wiedmann

Constructor Summary
SerializableSG()
           
 
Method Summary
static void makeSerializable(SchemaSG pSchema, JavaSource pSource)
          Makes the class pSource implementing the Serializable interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableSG

public SerializableSG()
Method Detail

makeSerializable

public static void makeSerializable(SchemaSG pSchema,
                                    JavaSource pSource)
Makes the class pSource implementing the Serializable interface.