
com.caucho.hessian.test.A15 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hessian Show documentation
Show all versions of hessian Show documentation
Fork of Hessian by Caucho Technology.
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