Interface JohnsonEventSerializer
- All Known Implementing Classes:
DefaultJohnsonEventSerializer
,LegacyJohnsonEventSerializer
@ParametersAreNonnullByDefault
public interface JohnsonEventSerializer
Marshals Johnson
Event
s into JSON for display on the Johnson page.- Since:
- 6.5.0
-
Method Summary
-
Method Details
-
toJson
Converts the given JohnsonEvent
to JSON.- Parameters:
johnsonEvent
- the event to serialize- Returns:
- the JSON object for the event
-