Changes between Initial Version and Version 2 of Ticket #364


Ignore:
Timestamp:
08/20/13 07:59:32 (11 years ago)
Author:
olhsha
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #364

    • Property Cc olhsha added
    • Property Summary changed from Serialization/Marchalling the body to Serialization annotation's body
  • Ticket #364 – Description

    initial v2  
    1 There must be some serialization/deserialization mechanism for annotation bodies.
     1There must be some serialization/deserialization mechanism for annotation bodies:
    22
    3 -- "body" in the DB is just a text
     3-- "body" in the DB is just a text;
    44
    5 -- "body" in JAXB-generated  class is a list of objects
     5-- "body" in JAXB-generated  class is a list of objects.
    66
    77Moreover, the server needs to change annotation's body when replacing temporary new-source references in the body to  the persistent ones, when these sources are added to the DB.