|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.jdbc.util.SerializationUtils
public class SerializationUtils
Static utility to help with serialization.
| Constructor Summary | |
|---|---|
SerializationUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
deserialize(byte[] bytes)
|
static byte[] |
serialize(java.lang.Object object)
Serialize the object provided. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializationUtils()
| Method Detail |
|---|
public static byte[] serialize(java.lang.Object object)
object - the object to serialize
public static java.lang.Object deserialize(byte[] bytes)
bytes - a serialized object created
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||