client/src/api/WebAnnotationSerializer.js
changeset 100 6fd752d98933
parent 98 2e939d9cf193
child 102 b0e36664f1f2
equal deleted inserted replaced
99:18fa4a1fa9e9 100:6fd752d98933
     1 import Note from '../store/noteRecord';
       
     2 
       
     3 class WebAnnotationSerializer {
     1 class WebAnnotationSerializer {
     4 
     2 
     5   static serialize = (note) => {
     3   static serialize = (note) => {
     6 
     4 
     7     const categories = note.categories;
     5     const categories = note.categories;