object SerializerDetails
- Source
- SerializationSetup.scala
- Alphabetic
- By Inheritance
- SerializerDetails
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply(alias: String, serializer: Serializer, useFor: Seq[Class[_]]): SerializerDetails
Scala API: factory for details about one programmatically setup serializer
Scala API: factory for details about one programmatically setup serializer
- alias
Register the serializer under this alias (this allows it to be used by bindings in the config)
- useFor
A set of classes or superclasses to bind to the serializer, selection works just as if the classes, the alias and the serializer had been in the config.
- def create(alias: String, serializer: Serializer, useFor: List[Class[_]]): SerializerDetails
Java API: factory for details about one programmatically setup serializer
Java API: factory for details about one programmatically setup serializer
- alias
Register the serializer under this alias (this allows it to be used by bindings in the config)
- useFor
A set of classes or superclasses to bind to the serializer, selection works just as if the classes, the alias and the serializer had been in the config.