ENT-2171: Removing outdated information in the serialisation docs (#3475)

This commit is contained in:
Shams Asari 2018-06-29 10:50:48 +01:00 committed by Michele Sollecito
parent 0a700fd3f0
commit 6450d6c777

View File

@ -79,8 +79,6 @@ Corda serialisation is currently used for:
#. Peer-to-peer networking.
#. Persisted messages, like signed transactions and states.
.. note:: At present, the Kryo-based format is still used by the RPC framework on both the client and server side. However, it is planned that the RPC framework will move to the AMQP framework soon.
For the checkpointing of flows Corda uses a private scheme that is subject to change. It is currently based on the Kryo
framework, but this may not be true in future.