Interface AsyncSerializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      scala.concurrent.Future<java.lang.Object> fromBinaryAsync​(byte[] bytes, java.lang.String manifest)
      Produces an object from an array of bytes, with an optional type-hint.
      scala.concurrent.Future<byte[]> toBinaryAsync​(java.lang.Object o)  
    • Method Detail

      • fromBinaryAsync

        scala.concurrent.Future<java.lang.Object> fromBinaryAsync​(byte[] bytes,
                                                                  java.lang.String manifest)
        Produces an object from an array of bytes, with an optional type-hint.
        Parameters:
        bytes - (undocumented)
        manifest - (undocumented)
        Returns:
        (undocumented)
      • toBinaryAsync

        scala.concurrent.Future<byte[]> toBinaryAsync​(java.lang.Object o)