Versions Compared

Key

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

...

The result will be that DSFIDs will be registered and available when the core serialization framework is instantiated.

Error Conditions

Currently, an IllegalArgumentException  is thrown, during registration, if the given class does not have a zero-argument constructor. This should be expanded to also produce an IllegalArgumentException  if a registration is attempted for a previously registered ID.

Changes and Additions to Public Interfaces

...