Package org.apache.pekko.serialization
Class NullSerializer$
java.lang.Object
org.apache.pekko.serialization.NullSerializer
org.apache.pekko.serialization.NullSerializer$
- All Implemented Interfaces:
Serializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NullSerializer$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.serialization.NullSerializer
fromBinary, identifier, includeManifest, nullAsBytes, toBinaryMethods 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
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NullSerializer$
public NullSerializer$()
-