Package psidev.psi.mi.jami.json.elements
Class SimpleJsonAnnotationWriter
- java.lang.Object
-
- psidev.psi.mi.jami.json.elements.SimpleJsonAnnotationWriter
-
- All Implemented Interfaces:
JsonElementWriter<Annotation>
public class SimpleJsonAnnotationWriter extends Object implements JsonElementWriter<Annotation>
Json writer for annotations- Since:
18/07/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description SimpleJsonAnnotationWriter(Writer writer)
Constructor for SimpleJsonAnnotationWriter.
-
-
-
Method Detail
-
write
public void write(Annotation object) throws IOException
write.
- Specified by:
write
in interfaceJsonElementWriter<Annotation>
- Parameters:
object
- aAnnotation
object.- Throws:
IOException
- if any.
-
-