Package org.apache.pekko.serialization
Class AsyncSerializerWithStringManifestCS
java.lang.Object
org.apache.pekko.serialization.SerializerWithStringManifest
org.apache.pekko.serialization.AsyncSerializerWithStringManifest
org.apache.pekko.serialization.AsyncSerializerWithStringManifestCS
- All Implemented Interfaces:
AsyncSerializer,Serializer
Java API: Async serializer with string manifest that delegates synchronous calls to the asynchronous calls
and blocks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<Object>fromBinaryAsync(byte[] bytes, String manifest) Delegates tofromBinaryAsyncCS(byte[], java.lang.String)abstract CompletionStage<Object>fromBinaryAsyncCS(byte[] bytes, String manifest) final scala.concurrent.Future<byte[]>Delegates totoBinaryAsyncCS(java.lang.Object)abstract CompletionStage<byte[]>Methods inherited from class org.apache.pekko.serialization.AsyncSerializerWithStringManifest
fromBinary, toBinaryMethods inherited from class org.apache.pekko.serialization.SerializerWithStringManifest
fromBinary, identifier, includeManifest, manifestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.serialization.Serializer
fromBinary, fromBinary
-
Constructor Details
-
AsyncSerializerWithStringManifestCS
-
-
Method Details
-
fromBinaryAsync
Delegates tofromBinaryAsyncCS(byte[], java.lang.String) -
fromBinaryAsyncCS
-
toBinaryAsync
Delegates totoBinaryAsyncCS(java.lang.Object) -
toBinaryAsyncCS
-