-
Notifications
You must be signed in to change notification settings - Fork 39
Generate fiji url links #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: link
Are you sure you want to change the base?
Conversation
Typed<T> instances of any T with a @JsonIo-annotated adapter are serialized as json objects with a "type" attribute with the value of the JsonIo.type() annotation, and an "obj" attribute, which is serialized using the annotated adapter. For deserialization, the correct adapter is looked up via the "type" attribute.
i removed the link handling, it will be a serparate project but i think we can have link generation here
|
@tpietzsch @StephanPreibisch i think this one is ready to be merged to link branch |
Added generate url wrapper
and process url service:
TODO :
[] Handler in :
src/main/java/bdv/tools/links/BDVLinkHandlerPlugin.java
is not done[]
BDVLinkHandlerPlugin
needs new fiji, so we need to make it as option that works only ifLinkHandler
is available