Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 394 Bytes

File metadata and controls

10 lines (7 loc) · 394 Bytes

#Scijava mechanism for object serialization

This incubator contains a mechanism that uses Scijava extensibility mechanism in order to register adapters that can be dispatched in multiple repositories.

Internally the Gson library is used with RunTimeAdapters, which allow to serialize interfaces.

TODO:

  • simple examples
  • tests
  • think about safety, or at least debugging ease (put a UUID)