All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.caucho.hessian.test.A15 Maven / Gradle / Ivy

The newest version!
package com.caucho.hessian.test;

import java.io.IOException;

/**
 * Empty object for short-encoding testing
 */
public class A15 implements java.io.Serializable {
  public boolean equals(Object v)
  {
    return v != null && getClass().equals(v.getClass());
  }
  
  public String toString()
  {
    return getClass().getName() + "[]";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy