Class Serializer
java.lang.Object
org.apache.tinkerpop.gremlin.util.Serializer
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V> VcloneObject(V object) static ObjectdeserializeObject(byte[] objectBytes) static byte[]serializeObject(Object object)
-
Method Details
-
serializeObject
- Throws:
IOException
-
deserializeObject
public static Object deserializeObject(byte[] objectBytes) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
cloneObject
- Throws:
IOExceptionClassNotFoundException
-