Package org.apache.pekko.serialization
Class Serialization.Information
java.lang.Object
org.apache.pekko.serialization.Serialization.Information
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- Serialization
public static final class Serialization.Information
extends Object
implements scala.Product, Serializable
Serialization information needed for serializing local actor refs,
or if serializer library e.g. custom serializer/deserializer in Jackson need
access to the current
ActorSystem.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()booleancopy(Address address, ActorSystem system) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>system()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Information
-
-
Method Details
-
address
-
system
-
copy
-
copy$default$1
-
copy$default$2
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-