Examples of ISerializableTest


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

   * 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
Copyright © 2018 www.massapi.com. 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.