public class SynchableSerializer
extends EObjectSerializer
This serializer makes it so that only objects for which synched==false are serialized. Once an object is serialized then the attribute synched is set to true.
TODO: There is an assumption underlying this logic that, as soon as something is serialized, it can be considered synched while in fact for the system to be more robust we should considered things
synched only once we receive some kind of ack from the frontend.
- Author:
- matteocantarelli