Versions Compared

Key

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

...

Marshaller compatibility

  1. JdkMarshaller - current version RU does not support work with different Java versions. TODO: hide jdkMarshaller?Jdk serialization is compatible between JDK versions if serialVersionUID is specified. Still some messages use it (IgniteDiagnosticMessage - should replace it is much as possible).
  2. BinaryMarshaller - backward compatibility is guaranteed. Require API for getting marshaller for specific version.

...