public class Serializer
extends java.lang.Object
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
deserializeObject(byte[] objectBytes) |
static byte[] |
serializeObject(java.lang.Object object) |
public static byte[] serializeObject(java.lang.Object object)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.Object deserializeObject(byte[] objectBytes)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2013-2015 TinkerPop. All Rights Reserved.