Unmarshalls an object from a byte array.
@param buf byte array containing the binary representation of an object. Must not be null.
@return an object
@throws IOException if unmarshalling cannot complete due to some I/O error
@throws ClassNotFoundException if the class of the object trying to unmarshall is unknown
Unmarshalls an object from a byte array.
@param buf byte array containing the binary representation of an object. Must not be null.
@return an object
@throws IOException if unmarshalling cannot complete due to some I/O error
@throws ClassNotFoundException if the class of the object trying to unmarshall is unknown
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.