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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]finish()Deprecated.static StringserializeAndEncode(Object[] data) Deprecated.serializex(Object obj) Deprecated.
- 
Constructor Details- 
AGSerializerpublic AGSerializer()Deprecated.
 
- 
- 
Method Details- 
serializeAndEncodeDeprecated.- Parameters:
- data- Strings, Integers, null, byte[], Object[], and- Listof these.
- Returns:
- byte-encoded and serialized to a string
 
- 
finishpublic byte[] finish()Deprecated.
- 
serializexDeprecated.
 
-