Package com.franz.agraph.http.storedproc
Class AGSerializer
java.lang.Object
com.franz.agraph.http.storedproc.AGSerializer
Deprecated.
The stored proc feature and API are experimental, and subject to change in a future release.
Given a array of arrays and strings convert to a byte array.
- Since:
- v4.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
finish()
Deprecated.static String
serializeAndEncode
(Object[] data) Deprecated.serializex
(Object obj) Deprecated.
-
Constructor Details
-
AGSerializer
public AGSerializer()Deprecated.
-
-
Method Details
-
serializeAndEncode
Deprecated.- Parameters:
data
- Strings, Integers, null, byte[], Object[], andList
of these.- Returns:
- byte-encoded and serialized to a string
-
finish
public byte[] finish()Deprecated. -
serializex
Deprecated.
-