pekko/akka-docs/scala/serialization.rst
2011-12-30 14:14:12 +01:00

34 lines
No EOL
709 B
ReStructuredText

.. _serialization-scala:
######################
Serialization (Scala)
######################
.. sidebar:: Contents
.. contents:: :local:
Akka has a built-in Extension (TODO ADD REF) for serialization,
and it is both possible to use the built-in serializers and to write your own.
The serialization mechanism is both used by Akka internally to serialize messages,
and available for ad-hoc serialization of whatever you might need it for.
Usage
=====
Configuration
-------------
Programmatic
------------
Customization
=============
Creating new Serializers
------------------------
* `Serializers <https://github.com/jboner/akka/blob/master/akka-actor/src/main/resources/reference.conf#L180>`_