Class AGSerializer

java.lang.Object
com.franz.agraph.http.storedproc.AGSerializer

@Deprecated public class AGSerializer extends Object
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 Details

    • AGSerializer

      public AGSerializer()
      Deprecated.
  • Method Details

    • serializeAndEncode

      public static String serializeAndEncode(Object[] data)
      Deprecated.
      Parameters:
      data - Strings, Integers, null, byte[], Object[], and List of these.
      Returns:
      byte-encoded and serialized to a string
    • finish

      public byte[] finish()
      Deprecated.
    • serializex

      public AGSerializer serializex(Object obj)
      Deprecated.