Package application.presenter.event.serialization
package application.presenter.event.serialization
-
ClassDescriptionInterface that models an event deserializer.Implementation of the
EventDeserializer
interface that allows an event to be deserialized from String.Interface that models an event serializer.Implementation of theEventSerializer
interface that allows an event to be serialized to String.