PekkoJacksonModule

org.apache.pekko.serialization.jackson.PekkoJacksonModule
See thePekkoJacksonModule companion object

Complete module with support for all custom serializers.

Attributes

Companion
object
Graph
Supertypes
class Module
trait Versioned
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def getModuleName: String

Attributes

Definition Classes

Inherited methods

def addSerializer(clazz: Class[_], serializer: () => JsonSerializer[_], deserializer: () => JsonDeserializer[_]): JacksonModule.this.type

Attributes

Inherited from:
JacksonModule (hidden)
def getDependencies(): Iterable[_ <: Module]

Attributes

Inherited from:
Module
def getTypeId(): <FromJavaObject>

Attributes

Inherited from:
Module
def setupModule(context: SetupContext): Unit

Attributes

Inherited from:
JacksonModule (hidden)

Attributes

Inherited from:
JacksonModule (hidden)