Class Serializations


  • public final class Serializations
    extends Object
    • Method Detail

      • serialize

        public static byte[] serialize​(Serializable theObject)
                                throws IOException
        This method is used to serialized an object saved into a table BLOB field.
        Parameters:
        theObject - the object to be serialized
        Returns:
        a object byte array
        Throws:
        IOException