Beispiel #1
0
 /**
  * Constructor to store prototype
  */
 internal PrototypeSerializationFactory(java.io.Serializable prototype)
     : base()
 {
     iPrototype = prototype;
 }
 /**
  * Constructor to store prototype
  */
 internal PrototypeSerializationFactory(java.io.Serializable prototype)
     : base()
 {
     iPrototype = prototype;
 }