Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Ignite 3.0 we want to avoid the cost of writing and supporting our own serialization mechanism.

Non-goals

Thin client protocol (handshake, message format, etc) will be designed in a separate IEP. Here we only discuss a mechanism to serialize user and system data: primitive and compound values, such as cache entries, configuration objects, and so on.

Description

Requirements

The goal is to find an existing serialization format that satisfies the following requirements:

...