Package org.jamesii.core.util.misc.debug.remote

Examples of org.jamesii.core.util.misc.debug.remote.SerializableTest


   * Tests serialization via RMI.
   *
   * @throws Exception
   */
  public void testSerializationViaRMI() throws Exception {
    ISerializableTest t = new SerializableTest();
    Serializable s = getTestObject();
    assertTrue(t.isSerializable(s));
  }
View Full Code Here

TOP

Related Classes of org.jamesii.core.util.misc.debug.remote.SerializableTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.