com.jdon.util
类 ObjectStreamUtil
java.lang.Object
com.jdon.util.ObjectStreamUtil
public class ObjectStreamUtil
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectStreamUtil
public ObjectStreamUtil()
objectToBytes
public static byte[] objectToBytes(Object object)
throws IOException
- Converts a serializable object to a byte array.
- 抛出:
IOException
bytesToObject
public static Object bytesToObject(byte[] bytes)
throws IOException,
ClassNotFoundException
- Converts a byte array to a serializable object.
- 抛出:
IOException
ClassNotFoundException
Copyright © 2013. All Rights Reserved.