Class JavaObjectSerialization

  • All Implemented Interfaces:
    Product

    public class JavaObjectSerialization
    extends java.lang.Object
    implements Product
    Deprecated.
    As of 1.4.9 use JMH instead
    Standard Java Object Serialization product.
    See Also:
    Harness, Product, ObjectOutputStream, ObjectInputStream
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object deserialize​(java.io.InputStream input)
      Deprecated.
      Deserialize an object from a stream.
      void serialize​(java.lang.Object object, java.io.OutputStream output)
      Deprecated.
      Serialize an object to a stream.
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavaObjectSerialization

        public JavaObjectSerialization()
        Deprecated.
    • Method Detail

      • serialize

        public void serialize​(java.lang.Object object,
                              java.io.OutputStream output)
                       throws java.lang.Exception
        Deprecated.
        Description copied from interface: Product
        Serialize an object to a stream.
        Specified by:
        serialize in interface Product
        Throws:
        java.lang.Exception
      • deserialize

        public java.lang.Object deserialize​(java.io.InputStream input)
                                     throws java.lang.Exception
        Deprecated.
        Description copied from interface: Product
        Deserialize an object from a stream.
        Specified by:
        deserialize in interface Product
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object