Class EventsJson

java.lang.Object
passport.infra.json.EventsJson
All Implemented Interfaces:
Events

public class EventsJson extends Object implements Events
Implementation of the Events repository using JSON for persistence. It integrates with an in-memory repository (EventsInMemory) and handles JSON serialization/deserialization for persistence.